diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/thread.c | 2 |
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 ) |