From 89420ff310d2877c1f77eaafea2daaca0068669d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 6 Feb 2014 19:16:20 +0200 Subject: Fix spelling errror Change-Id: Ie5fc19fa223942e31899408324beb2e15c1d7bef --- xmloff/source/core/xmlerror.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/core/xmlerror.cxx b/xmloff/source/core/xmlerror.cxx index c443a2518b61..fe1172a677f1 100644 --- a/xmloff/source/core/xmlerror.cxx +++ b/xmloff/source/core/xmlerror.cxx @@ -127,7 +127,7 @@ void XMLErrors::AddRecord( if( (nFlags & XMLERROR_FLAG_WARNING) != 0 ) sMessage.appendAscii( " WARNING" ); if( (nFlags & XMLERROR_FLAG_ERROR) != 0 ) - sMessage.appendAscii( " ERRROR" ); + sMessage.appendAscii( " ERROR" ); if( (nFlags & XMLERROR_FLAG_SEVERE) != 0 ) sMessage.appendAscii( " SEVERE" ); sMessage.appendAscii( "\n Class: " ); -- cgit