summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-04-30 17:56:53 (GMT)
committerGitHub <noreply@github.com>2021-04-30 17:56:53 (GMT)
commit58dea2333cbc7f7bb51c711f8f7b09edf80789d8 (patch)
tree49602de3db1645fdb1443df10cc60f0b4a6a8948
parentc9426698163a80a06fa30dba2357c7888f6eb11e (diff)
parenta676faa7e61cf4eb8dc132e91642f04dbaffd8de (diff)
downloadDoxygen-58dea2333cbc7f7bb51c711f8f7b09edf80789d8.zip
Doxygen-58dea2333cbc7f7bb51c711f8f7b09edf80789d8.tar.gz
Doxygen-58dea2333cbc7f7bb51c711f8f7b09edf80789d8.tar.bz2
Merge pull request #8526 from albert-github/feature/bug_spell_20210430
Spelling corrections
-rw-r--r--src/config.h2
-rw-r--r--src/configimpl.h2
-rw-r--r--src/doxygen.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 1858897..0588005 100644
--- a/src/config.h
+++ b/src/config.h
@@ -61,7 +61,7 @@ namespace Config
*/
void compareDoxyfile(TextStream &t);
- /*! Writes a the used settings of the current configuartion as XML format
+ /*! Writes a the used settings of the current configuration as XML format
* to stream \a t.
*/
void writeXMLDoxyfile(TextStream &t);
diff --git a/src/configimpl.h b/src/configimpl.h
index 0cf909b..e828491 100644
--- a/src/configimpl.h
+++ b/src/configimpl.h
@@ -496,7 +496,7 @@ class ConfigImpl
*/
void compareDoxyfile(TextStream &t);
- /*! Writes a the used settings of the current configuartion as XML format
+ /*! Writes a the used settings of the current configuration as XML format
* to stream \a t.
*/
void writeXMLDoxyfile(TextStream &t);
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index f003e8b..8835b05 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -10200,7 +10200,7 @@ static void usage(const QCString &name,const QCString &versionString)
msg(" HTML: %s -w html headerFile footerFile styleSheetFile [configFile]\n",qPrint(name));
msg(" LaTeX: %s -w latex headerFile footerFile styleSheetFile [configFile]\n\n",qPrint(name));
msg("6) Use doxygen to generate a rtf extensions file\n");
- msg(" RTF: %s -e rtf extensionsFile\n\n",qPrint(name));
+ msg(" %s -e rtf extensionsFile\n\n",qPrint(name));
msg(" If - is used for extensionsFile doxygen will write to standard output.\n\n");
msg("7) Use doxygen to compare the used configuration file with the template configuration file\n");
msg(" %s -x [configFile]\n\n",qPrint(name));