From 074d4b236266bf2934ea637da6c9bf4f18da4d0a Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 12 Sep 2015 08:05:31 +0200 Subject: Typo: muliple->multiple Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5 --- svtools/source/svrtf/svparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 7e1c05385f64..2a768631609a 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -153,7 +153,7 @@ sal_Unicode SvParser::GetNextChar() { sal_Unicode c = 0U; - // When reading muliple bytes, we don't have to care about the file + // When reading multiple bytes, we don't have to care about the file // position when we run into the pending state. The file position is // maintained by SaveState/RestoreState. bool bErr; -- cgit