diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-06 19:16:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-06 19:16:56 +0200 |
commit | 89420ff310d2877c1f77eaafea2daaca0068669d (patch) | |
tree | 759ed146cff5f4250e3e3d58253fb6bff551f328 /xmloff | |
parent | 5ce1d8775baec44bf60f05bf8c372f1d2ab74377 (diff) |
Fix spelling errror
Change-Id: Ie5fc19fa223942e31899408324beb2e15c1d7bef
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlerror.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: " ); |