summaryrefslogtreecommitdiff
path: root/sal/rtl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 11:30:01 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 14:03:36 +0200
commit7bef1aa72271361921b452559bb5debe3bfcf925 (patch)
treeb3c52438585ea675846567edad7bfab81d2ebfb5 /sal/rtl
parent493a1bfbc07394a94b6b8f0b35946b9e17c96001 (diff)
Fix typos
Change-Id: Ie183c445bf8a545f59aac7b0e29f72ab679a6cf3 Reviewed-on: https://gerrit.libreoffice.org/76852 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/string.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx
index 3429154e42ed..1d2c5488a15a 100644
--- a/sal/rtl/string.cxx
+++ b/sal/rtl/string.cxx
@@ -211,7 +211,7 @@ static bool rtl_impl_convertUStringToString(rtl_String ** pTarget,
sal_Size nMaxCharLen;
/* Optimization for UTF-8 - we try to calculate the exact length */
- /* For all other encoding we try an good estimation */
+ /* For all other encoding we try a good estimation */
if ( nEncoding == RTL_TEXTENCODING_UTF8 )
{
nNewLen = rtl_ImplGetFastUTF8ByteLen( pSource, nLength );