diff options
author | luzpaz <kunda@scribus.net> | 2017-12-23 16:50:49 (GMT) |
---|---|---|
committer | luzpaz <kunda@scribus.net> | 2017-12-23 16:52:14 (GMT) |
commit | 9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4 (patch) | |
tree | 998cae2d5a219eb49b12903500d5692fe5fbe3c3 /addon/doxyparse | |
parent | 4f45bd20d4da7d40c793ec4c4c13558581e995ac (diff) | |
download | Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.zip Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.tar.gz Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.tar.bz2 |
Misc. typos
Super trivial typos
Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless
Tacked on several more commits
Diffstat (limited to 'addon/doxyparse')
-rw-r--r-- | addon/doxyparse/doxyparse.1 | 2 | ||||
-rw-r--r-- | addon/doxyparse/doxyparse.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addon/doxyparse/doxyparse.1 b/addon/doxyparse/doxyparse.1 index d8530ab..4fecb2f 100644 --- a/addon/doxyparse/doxyparse.1 +++ b/addon/doxyparse/doxyparse.1 @@ -1,6 +1,6 @@ .TH DOXYPARSE "1" "DATE" "doxyparse VERSION" "User Commands" .SH NAME -doxyparse \- parse and dumps informations about the code +doxyparse \- parse and dumps information about the code .SH SYNOPSIS .B doxyparse [\fIsource file\fR...] diff --git a/addon/doxyparse/doxyparse.cpp b/addon/doxyparse/doxyparse.cpp index ee34e3b..6a1886c 100644 --- a/addon/doxyparse/doxyparse.cpp +++ b/addon/doxyparse/doxyparse.cpp @@ -126,7 +126,7 @@ static void printModule(std::string module) { printf(" %s:\n", module.c_str()); } static void printClassInformation(std::string information) { - printf(" informations: %s\n", information.c_str()); + printf(" information: %s\n", information.c_str()); } static void printInheritance(std::string base_class) { printf(" inherits: %s\n", base_class.c_str()); |