summaryrefslogtreecommitdiff
path: root/l10ntools/source/cfgmerge.cxx
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2010-10-24 19:05:09 +0200
committerAndras Timar <timar@fsf.hu>2010-10-24 19:05:50 +0200
commitcc72fb7c4115bee9a10c565c72d5b96b6fe63b0e (patch)
tree92a71aae75ec47e52b7f32dff112421cfb051db8 /l10ntools/source/cfgmerge.cxx
parentfdced3a36c03a88cdc54d2959b1c3790a5c9694e (diff)
typo fix
Diffstat (limited to 'l10ntools/source/cfgmerge.cxx')
-rw-r--r--l10ntools/source/cfgmerge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx
index c6d5aa0b158d..9840ee01f80c 100644
--- a/l10ntools/source/cfgmerge.cxx
+++ b/l10ntools/source/cfgmerge.cxx
@@ -503,7 +503,7 @@ int CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken )
pStackData = aStack.GetStackData();
}
else {
- ByteString sError( "Missplaced close tag: " );
+ ByteString sError( "Misplaced close tag: " );
ByteString sInFile(" in file ");
sError += sToken;
sError += sInFile;