summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-08-27 07:20:19 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-08-27 07:20:19 (GMT)
commit42cb811bddbd0e7b731c9fd0d9664ab472f21dea (patch)
tree328652c5682dfd1236caa944d802bc950c8436ae
parented4ed873ab0e7f15116e2052119a6729d4589f7a (diff)
parentd094c8ffa9b781c32be9ba1bce9890c32dcb6540 (diff)
downloadDoxygen-42cb811bddbd0e7b731c9fd0d9664ab472f21dea.zip
Doxygen-42cb811bddbd0e7b731c9fd0d9664ab472f21dea.tar.gz
Doxygen-42cb811bddbd0e7b731c9fd0d9664ab472f21dea.tar.bz2
Merge pull request #26 from albert-github/feature/misc
Small spelling correction
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 14d34c0..972d758 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -9780,7 +9780,7 @@ static void usage(const char *name)
msg(" RTF: %s -w rtf styleSheetFile\n",name);
msg(" HTML: %s -w html headerFile footerFile styleSheetFile [configFile]\n",name);
msg(" LaTeX: %s -w latex headerFile footerFile styleSheetFile [configFile]\n\n",name);
- msg("6) Use doxygen to generate an rtf extensions file\n");
+ msg("6) Use doxygen to generate a rtf extensions file\n");
msg(" RTF: %s -e rtf extensionsFile\n\n",name);
msg("If -s is specified the comments of the configuration items in the config file will be omitted.\n");
msg("If configName is omitted `Doxyfile' will be used as a default.\n\n");