summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2018-11-02 18:56:12 (GMT)
committerJoe George <joe@zeroc.com>2018-11-02 18:56:12 (GMT)
commite36d06860e9e1441a402ec8c9a7e03742eb85e9a (patch)
tree3d409adea8b2f23d523289c4f9b6a9ffe57d0c4e
parent7d058fe977db011e35cbfd0247bfa8d7f9435998 (diff)
downloadDoxygen-e36d06860e9e1441a402ec8c9a7e03742eb85e9a.zip
Doxygen-e36d06860e9e1441a402ec8c9a7e03742eb85e9a.tar.gz
Doxygen-e36d06860e9e1441a402ec8c9a7e03742eb85e9a.tar.bz2
Fix French lang build
-rw-r--r--src/translator_fr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_fr.h b/src/translator_fr.h
index 2c5d8fb..d48278d 100644
--- a/src/translator_fr.h
+++ b/src/translator_fr.h
@@ -2156,7 +2156,7 @@ class TranslatorFrench : public TranslatorAdapter_1_8_15
}
virtual QCString trCompoundReferenceSlice(const char *clName, ClassDef::CompoundType compType, bool isLocal)
{
- QCString resut = "Référence de ";
+ QCString result = "Référence de ";
switch(compType)
{
@@ -2169,7 +2169,7 @@ class TranslatorFrench : public TranslatorAdapter_1_8_15
if(isLocal)
{
- result += "locale "
+ result += "locale ";
}
result += (QCString)clName;