From d71bcc4dc5025ea24944454908098269cfd095a3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Nov 2017 00:20:20 +0100 Subject: Fix typos Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins Reviewed-by: Mark Page --- sal/textenc/tcvtutf7.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sal') 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; -- cgit