summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-04-30 09:09:25 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-04-30 09:09:25 (GMT)
commita676faa7e61cf4eb8dc132e91642f04dbaffd8de (patch)
tree81ceb4e9dff249847c405ec503e2c82872338300
parent44d55811919cca36ba0709d805fd5b1478fdf4ea (diff)
downloadDoxygen-a676faa7e61cf4eb8dc132e91642f04dbaffd8de.zip
Doxygen-a676faa7e61cf4eb8dc132e91642f04dbaffd8de.tar.gz
Doxygen-a676faa7e61cf4eb8dc132e91642f04dbaffd8de.tar.bz2
Spelling corrections
- small spelling corrections - removing RTF: as this is clear from description.
-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));