summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;