diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-23 18:31:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-23 18:31:45 +0300 |
commit | d0800e35d492b797968d4dd00b83ace4d9400a92 (patch) | |
tree | cf4a05b9f65335442b43b33e3a06b156cd1348dc /sal | |
parent | 1ec836760853e9e220d471cf39f2533f0828f00e (diff) |
Typo fix: s/temporaer/temporary/
Change-Id: I8f845323ccc6446fe74ef7c1f8d55c49ed070f53
Diffstat (limited to 'sal')
-rw-r--r-- | sal/textenc/textcvt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/textenc/textcvt.cxx b/sal/textenc/textcvt.cxx index 6e497f4e9935..2710973e4941 100644 --- a/sal/textenc/textcvt.cxx +++ b/sal/textenc/textcvt.cxx @@ -161,7 +161,7 @@ sal_Size SAL_CALL rtl_convertTextToUnicode( rtl_TextToUnicodeConverter hConverte { const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; - /* Only temporaer, because we don't want die, if we don't have a + /* Only temporary, because we don't want die, if we don't have a converter, because not all converters are implemented yet */ if ( !pConverter ) { @@ -239,7 +239,7 @@ sal_Size SAL_CALL rtl_convertUnicodeToText( rtl_UnicodeToTextConverter hConverte { const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; - /* Only temporaer, because we don't want die, if we don't have a + /* Only temporary, because we don't want die, if we don't have a converter, because not all converters are implemented yet */ if ( !pConverter ) { |