summaryrefslogtreecommitdiffstats
path: root/addon/doxyparse
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxyparse')
-rw-r--r--addon/doxyparse/doxyparse.12
-rw-r--r--addon/doxyparse/doxyparse.cpp2
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());