summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2011-12-08 09:05:20 +0100
committerStefan Knorr (astron) <heinzlesspam@gmail.com>2011-12-08 09:06:09 +0100
commitad2eb6c4ba3ca36e2302c721a106dac80d266325 (patch)
treeaa06f1d4b3473fd64f886b89b27af05dd043374f /l10ntools
parent79b00c41863bcb0d0cc1781d18e97d5871667fb0 (diff)
Less succes, more success
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/xmlparse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx
index 382ab42ba409..af0bc5234ffd 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -1236,7 +1236,7 @@ XMLFile *SimpleXMLParser::Execute( SvMemoryStream *pStream )
if ( pXMLFile->GetName().Len()) {
aErrorInformation.sMessage = String::CreateFromAscii( "File " );
aErrorInformation.sMessage += pXMLFile->GetName();
- aErrorInformation.sMessage += String::CreateFromAscii( " parsed succesfully" );
+ aErrorInformation.sMessage += String::CreateFromAscii( " parsed successfully" );
}
else
aErrorInformation.sMessage = String::CreateFromAscii( "XML-File parsed successfully" );