summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-13 00:20:20 +0100
committerMark Page <aptitude@btconnect.com>2017-11-13 08:43:17 +0100
commitd71bcc4dc5025ea24944454908098269cfd095a3 (patch)
tree4e0e21223c2b7fc157b840d2c717eb1dd1ba7942 /sal
parent930efab3be7dd818918b7116119bb049acdcda76 (diff)
Fix typos
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/tcvtutf7.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/textenc/tcvtutf7.cxx b/sal/textenc/tcvtutf7.cxx
index e6b85f2b2c89..2b18d4370b3a 100644
--- a/sal/textenc/tcvtutf7.cxx
+++ b/sal/textenc/tcvtutf7.cxx
@@ -154,7 +154,7 @@ sal_Size ImplUTF7ToUnicode( SAL_UNUSED_PARAMETER const void*, void* pContext,
sal_Unicode* pEndDestBuf;
const char* pEndSrcBuf;
-/* !!! Implementation not finnished !!!
+/* !!! Implementation not finished !!!
if ( pContextData )
{
bShifted = pContextData->mbShifted;
@@ -444,7 +444,7 @@ sal_Size ImplUnicodeToUTF7( SAL_UNUSED_PARAMETER const void*, void* pContext,
char* pEndDestBuf;
const sal_Unicode* pEndSrcBuf;
-/* !!! Implementation not finnished !!!
+/* !!! Implementation not finished !!!
if ( pContextData )
{
bShifted = pContextData->mbShifted;