summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
authororbitcowboy <ettl.martin78@gmail.com>2016-04-14 14:25:24 (GMT)
committerorbitcowboy <ettl.martin78@gmail.com>2016-04-14 14:25:24 (GMT)
commita787b94d11e9f337570bfab1d36a36b37438ccea (patch)
treeefdb9511daaa90246053c382927b578db0b27dbc /src/translator_en.h
parentdb6738dffd469ffad40db96de4f5c50b83beb56d (diff)
downloadDoxygen-a787b94d11e9f337570bfab1d36a36b37438ccea.zip
Doxygen-a787b94d11e9f337570bfab1d36a36b37438ccea.tar.gz
Doxygen-a787b94d11e9f337570bfab1d36a36b37438ccea.tar.bz2
Fixed typos.
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index 1fad97a..190ba79 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -35,7 +35,7 @@
files frees the maintainer from thinking about whether the
first, the second, or both files should be included or not, and
why. This holds namely for localized translators because their
- base class is changed occasionaly to adapter classes when the
+ base class is changed occasionally to adapter classes when the
Translator class changes the interface, or back to the
Translator class (by the local maintainer) when the localized
translator is made up-to-date again.
@@ -1036,10 +1036,10 @@ class TranslatorEnglish : public Translator
"<li>%A dark green arrow is used for protected inheritance.</li>\n"
"<li>%A dark red arrow is used for private inheritance.</li>\n"
"<li>%A purple dashed arrow is used if a class is contained or used "
- "by another class. The arrow is labeled with the variable(s) "
+ "by another class. The arrow is labelled with the variable(s) "
"through which the pointed class or struct is accessible.</li>\n"
"<li>%A yellow dashed arrow denotes a relation between a template instance and "
- "the template class it was instantiated from. The arrow is labeled with "
+ "the template class it was instantiated from. The arrow is labelled with "
"the template parameters of the instance.</li>\n"
"</ul>\n";
}
@@ -1494,7 +1494,7 @@ class TranslatorEnglish : public Translator
{ QCString result=dirName; result+=" Directory Reference"; return result; }
/*! This returns the word directory with or without starting capital
- * (\a first_capital) and in sigular or plural form (\a singular).
+ * (\a first_capital) and in singular or plural form (\a singular).
*/
virtual QCString trDir(bool first_capital, bool singular)
{