diff options
Diffstat (limited to 'parts')
-rw-r--r-- | parts/doxygen/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/doxygen/config.cpp b/parts/doxygen/config.cpp index d290fbfe..f702aaa0 100644 --- a/parts/doxygen/config.cpp +++ b/parts/doxygen/config.cpp @@ -3790,7 +3790,7 @@ void Config::create() cb = addBool( "QUIET", - "The TQUIET tag can be used to turn on/off the messages that are generated \n" + "The QUIET tag can be used to turn on/off the messages that are generated \n" "by doxygen. Possible values are YES and NO. If left blank NO is used. \n", FALSE ); |