summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-11 15:44:49 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-11 15:45:04 +0200
commit74cd77b2294ae600576100fdb1b6ba36753c9a00 (patch)
tree60bd4769d5271cc1522654b82972c4d29e0165eb /sal
parenta680f3995744015cdfe18ac920b4607aa7690561 (diff)
typo fix: wether -> whether
Change-Id: Iad4182d7150f851df06a7208a811d482351f736a
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/thread.c b/sal/osl/unx/thread.c
index 0e1ebbab7f02..c137b24b80a6 100644
--- a/sal/osl/unx/thread.c
+++ b/sal/osl/unx/thread.c
@@ -1031,7 +1031,7 @@ static void osl_thread_textencoding_init_Impl (void)
/*
Tools string functions call abort() on an unknown encoding so ASCII
- is a meaningfull fallback regardless wether the assertion makes sense.
+ is a meaningfull fallback regardless whether the assertion makes sense.
*/
if ( RTL_TEXTENCODING_DONTKNOW == defaultEncoding )