diff options
Diffstat (limited to 'doc/translator.py')
-rw-r--r-- | doc/translator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/translator.py b/doc/translator.py index 816482b..3550fc7 100644 --- a/doc/translator.py +++ b/doc/translator.py @@ -1714,7 +1714,7 @@ class TrManager: in the Translator class but their identifiers do not appear in source files. The situation should be checked. The .cpp files and .h files excluding the '*translator*' files - in doxygen/src directory were simply searched for occurence + in doxygen/src directory were simply searched for occurrence of the method identifiers:''' f.write('\n' + '=' * 70 + '\n') f.write(fill(s) + '\n\n') |