summaryrefslogtreecommitdiff
path: root/include/rtl/locale.h
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:54:55 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:38:23 +0000
commitae13a6819e1dea6646aa0eba435ca9c81101f52c (patch)
treec2543f2e8b16410151dfb54603e39225a9a7ed57 /include/rtl/locale.h
parentd344d2b1f5e528c5f2a2d6b892a23e402aa4bd46 (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/locale.h')
-rw-r--r--include/rtl/locale.h2
1 files changed, 1 insertions, 1 deletions
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 );