summaryrefslogtreecommitdiff
path: root/l10ntools/source/propmerge.cxx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-10-08 19:36:55 +0200
committerAndras Timar <atimar@suse.com>2012-10-08 19:36:55 +0200
commit6134c08251ab0da568fc644e030e5af2d6a26a87 (patch)
tree80a18ff075cf0d7f03a217195bedaba19c733ed8 /l10ntools/source/propmerge.cxx
parent73ed390a7ff6b701b89faf91385aaa63e865e441 (diff)
typos
Change-Id: Idb23b390af270bdd694ecce9ab14f47d25af8f57
Diffstat (limited to 'l10ntools/source/propmerge.cxx')
-rw-r--r--l10ntools/source/propmerge.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/propmerge.cxx b/l10ntools/source/propmerge.cxx
index 237444ffcfcd..08261684671b 100644
--- a/l10ntools/source/propmerge.cxx
+++ b/l10ntools/source/propmerge.cxx
@@ -71,7 +71,7 @@ namespace
return sResult;
}
- //Escape unicode charachters
+ //Escape unicode characters
void lcl_PrintJavaStyle( const OString& rText, std::ofstream &rOfstream )
{
const OUString sTemp =
@@ -94,7 +94,7 @@ namespace
}
}
-//Open sourcefile and store it's lines
+//Open source file and store its lines
PropParser::PropParser(
const OString& rInputFile, const OString& rLang,
const bool bMergeMode )
@@ -122,7 +122,7 @@ PropParser::PropParser(
else
{
std::cerr
- << "Propex error: Cannot open sourcefile: "
+ << "Propex error: Cannot open source file: "
<< m_sSource.getStr() << std::endl;
return;
}
@@ -175,7 +175,7 @@ void PropParser::Merge( const OString &rSDFFile, const OString &rDestinationFile
rDestinationFile.getStr(), std::ios_base::out | std::ios_base::trunc );
if( !aDestination.is_open() ) {
std::cerr
- << "Propex error: Cannot open sourcefile for merge: "
+ << "Propex error: Cannot open source file for merge: "
<< rDestinationFile.getStr() << std::endl;
return;
}