diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
commit | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch) | |
tree | 3807c57d8a33588f33a3d5cbed51ccff9bb40791 /tools | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/solar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 2712f9c62b5a..ece2f8976ddf 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -28,7 +28,7 @@ Should be removed as soon as all code parts have been reviewed and the correct type is known. Most of the times ULONG is meant to be a 32-Bit unsigned integer type as sal_uInt32 is often - used for data exchange or for similiar method args. */ + used for data exchange or for similar method args. */ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ // misc. macros to leverage platform and compiler differences |