diff options
author | Andras Timar <atimar@suse.com> | 2013-05-14 15:51:42 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-05-14 15:52:24 +0200 |
commit | e347af862c2289b16f231c9085492e913861e347 (patch) | |
tree | 30014c9c14005b778a6e4b34a81149746daad9ed /l10ntools | |
parent | 833cafe4eb9e0bd6b599e8bcbb6d77f4f2243034 (diff) |
typo fix: s/inavlid/invalid/
Change-Id: If75cad038f35033be6dcad6f051673bd795accf3
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/common.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/common.cxx b/l10ntools/source/common.cxx index b143a7c8e4cf..db86845ac787 100644 --- a/l10ntools/source/common.cxx +++ b/l10ntools/source/common.cxx @@ -94,7 +94,7 @@ void writeUsage(const OString& rName, const OString& rFileType) << " FileIn: Source files (" << rFileType.getStr() << ")\n" << " FileOut: Destination file (*.*)\n" << " DataBase: Mergedata (*.po)\n" - << " Lang: Restrict the handled languag; one element of\n" + << " Lang: Restrict the handled language; one element of\n" << " (de, en-US, ...) or all\n"; } @@ -116,7 +116,7 @@ void writePoEntry( } else { - std::cerr << rExecutable << " warning: inavlid po attributes extracted from " << rSourceFile << "\n"; + std::cerr << rExecutable << " warning: invalid po attributes extracted from " << rSourceFile << "\n"; if(aException == PoEntry::NOGROUPID) { std::cerr << "No groupID specified!\n"; |