summaryrefslogtreecommitdiffstats
path: root/doc/translator.py
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-04 19:03:08 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-04 19:03:08 (GMT)
commit5ff3c02602652e60f5787e8b988f7b279f649d3e (patch)
tree659125c1e1fa9a848301b133e75e33cf3a1ad14e /doc/translator.py
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-5ff3c02602652e60f5787e8b988f7b279f649d3e.zip
Doxygen-5ff3c02602652e60f5787e8b988f7b279f649d3e.tar.gz
Doxygen-5ff3c02602652e60f5787e8b988f7b279f649d3e.tar.bz2
Spelling corrections for doc directory
Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here. Theer are a few that are not corrected as they signal a documentation correction.
Diffstat (limited to 'doc/translator.py')
-rw-r--r--doc/translator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/translator.py b/doc/translator.py
index ed001bb..c04a367 100644
--- a/doc/translator.py
+++ b/doc/translator.py
@@ -141,8 +141,8 @@ class Transl:
self.baseClassId = None
self.readableStatus = None # 'up-to-date', '1.2.3', '1.3', etc.
self.status = None # '', '1.2.03', '1.3.00', etc.
- self.lang = None # like 'Brasilian'
- self.langReadable = None # like 'Brasilian Portuguese'
+ self.lang = None # like 'Brazilian'
+ self.langReadable = None # like 'Brazilian Portuguese'
self.note = None # like 'should be cleaned up'
self.prototypeDic = {} # uniPrototype -> prototype
self.translateMeText = 'translate me!'