diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-06 10:05:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-05-07 12:45:36 +0200 |
commit | fbd414741157b969924318462ebfcfb5ccf4d3dc (patch) | |
tree | b870499ce98153af72233f67d2322c95d678d590 /l10ntools | |
parent | 3d4938d2d8dc18c7b741efe90686f55f524fcfe2 (diff) |
Fix typos
To complete commit 076758857a98
Change-Id: I6424109e3aee8a3236e40168bdd98c725a7afafb
Reviewed-on: https://gerrit.libreoffice.org/37306
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 3cd2d9dab20c..092de8a61790 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -196,7 +196,7 @@ bool HelpParser::MergeSingleFile( XMLFile* file , MergeDataFile* pMergeDataFile return true; } -/* ProcessHelp Methode: search for en-US entry and replace it with the current language*/ +/* ProcessHelp method: search for en-US entry and replace it with the current language*/ void HelpParser::ProcessHelp( LangHashMap* aLangHM , const OString& sCur , ResData *pResData , MergeDataFile* pMergeDataFile ){ XMLElement* pXMLElement = nullptr; |