diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:54:55 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-09-30 12:38:23 +0000 |
commit | ae13a6819e1dea6646aa0eba435ca9c81101f52c (patch) | |
tree | c2543f2e8b16410151dfb54603e39225a9a7ed57 /include/rtl | |
parent | d344d2b1f5e528c5f2a2d6b892a23e402aa4bd46 (diff) |
Fix typos
Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0
Reviewed-on: https://gerrit.libreoffice.org/18956
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/bootstrap.h | 2 | ||||
-rw-r--r-- | include/rtl/locale.h | 2 | ||||
-rw-r--r-- | include/rtl/string.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h index 71f321e9c55c..5360f797298d 100644 --- a/include/rtl/bootstrap.h +++ b/include/rtl/bootstrap.h @@ -163,7 +163,7 @@ typedef void * rtlBootstrapHandle; SAL_DLLPUBLIC rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName); /** - Closes a bootstrap agument container. + Closes a bootstrap argument container. @param handle [in] The handle got by <code>rtl_bootstrap_args_open()</code> */ SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle) diff --git a/include/rtl/locale.h b/include/rtl/locale.h index 3e49976bddc0..ee6ee8f8011d 100644 --- a/include/rtl/locale.h +++ b/include/rtl/locale.h @@ -122,7 +122,7 @@ SAL_DLLPUBLIC rtl_uString * SAL_CALL rtl_locale_getVariant( rtl_Locale * This ); SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_hashCode( rtl_Locale * This ); /** - Returns true if the locals are equal, otherwis false. + Returns true if the locals are equal, otherwise false. */ SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_equals( rtl_Locale * This, rtl_Locale * obj ); diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index 5930001ccc96..2caafc2369c7 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx @@ -1405,7 +1405,7 @@ public: @param cTok the character which separate the tokens. @param index the position at which the token is searched in the string. - The index must not be greater thanthe length of the + The index must not be greater than the length of the string. This param is set to the position of the next token or to -1, if it is the last token. |