From 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:25:02 +0200 Subject: Fix typos Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- svtools/source/svrtf/svparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/svrtf') diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 50c231390e0d..7e1c05385f64 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -154,7 +154,7 @@ sal_Unicode SvParser::GetNextChar() sal_Unicode c = 0U; // When reading muliple bytes, we don't have to care about the file - // position when we run inti the pending state. The file position is + // position when we run into the pending state. The file position is // maintained by SaveState/RestoreState. bool bErr; if( bSwitchToUCS2 && 0 == rInput.Tell() ) -- cgit