summaryrefslogtreecommitdiff
path: root/sal/textenc/tcvtutf7.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/tcvtutf7.cxx')
-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;