From cb6d67c21f11811c5bc023b9565c1c1b1f4081fa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 15 May 2013 10:42:04 +0300 Subject: Spelling "separate" (etc) correctly is hard --- sax/source/tools/converter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax/source') diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index 6b88e10fbc51..33a8257d23a6 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -270,7 +270,7 @@ void Converter::convertMeasure( OUStringBuffer& rBuffer, return; } - // the sign is processed seperatly + // the sign is processed separately if( nMeasure < 0 ) { nMeasure = -nMeasure; -- cgit