diff options
author | luzpaz <luzpaz@@users.noreply.github.com> | 2017-08-02 18:29:53 (GMT) |
---|---|---|
committer | luzpaz <luzpaz@@users.noreply.github.com> | 2017-08-02 18:29:53 (GMT) |
commit | 1764f7a0f199b9f2a85f885cfd0f1804f8292c49 (patch) | |
tree | 79e21e2f9728ea8c4bb0f86fd7e7a94c1c2d934a /src/translator_ru.h | |
parent | c8106894892507d80b11ed186da23688772153aa (diff) | |
download | Doxygen-1764f7a0f199b9f2a85f885cfd0f1804f8292c49.zip Doxygen-1764f7a0f199b9f2a85f885cfd0f1804f8292c49.tar.gz Doxygen-1764f7a0f199b9f2a85f885cfd0f1804f8292c49.tar.bz2 |
Misc. doxy and comment typos
Diffstat (limited to 'src/translator_ru.h')
-rw-r--r-- | src/translator_ru.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/translator_ru.h b/src/translator_ru.h index dbc734c..54c0202 100644 --- a/src/translator_ru.h +++ b/src/translator_ru.h @@ -83,26 +83,26 @@ class TranslatorRussian : public Translator { return "Подробнее..."; } /*! put in the class documentation */ - /* Dosn't use when optimization for C is on. */ + /* Isn't used when optimization for C is on. */ virtual QCString trListOfAllMembers() { return "Полный список членов класса"; } /*! used as the title of the "list of all members" page of a class */ - /* Dosn't use when optimization for C is on. */ + /* Isn't used when optimization for C is on. */ virtual QCString trMemberList() { return "Cписок членов класса"; } /*! this is the first part of a sentence that is followed by a class name */ - /* Dosn't use when optimization for C is on. */ + /* Isn't used when optimization for C is on. */ virtual QCString trThisIsTheListOfAllMembers() { return "Полный список членов класса "; } /*! this is the remainder of the sentence after the class name */ - /* Dosn't use when optimization for C is on. */ + /* Isn't used when optimization for C is on. */ virtual QCString trIncludingInheritedMembers() { return ", включая наследуемые из базового класса"; } |