diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:25:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:21:01 +0000 |
commit | 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (patch) | |
tree | b5cf38ba79bb7259fe3aeedf660a2ce804b66369 /svtools/source/svrtf | |
parent | 462e986e0dbd533b3a15696555e08489963c9542 (diff) |
Fix typos
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222
Reviewed-on: https://gerrit.libreoffice.org/16711
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svtools/source/svrtf')
-rw-r--r-- | svtools/source/svrtf/svparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() ) |