diff --git a/src/plugins/texteditor/syntaxhighlighter.cpp b/src/plugins/texteditor/syntaxhighlighter.cpp index 2c2c9d0648b..5a35ce1b4f4 100644 --- a/src/plugins/texteditor/syntaxhighlighter.cpp +++ b/src/plugins/texteditor/syntaxhighlighter.cpp @@ -768,7 +768,7 @@ FontSettings SyntaxHighlighter::fontSettings() const return d->fontSettings; } /*! - The syntax highlighter is not anymore reacting to the text document if \a noAutmatic is + The syntax highlighter is not anymore reacting to the text document if \a noAutomatic is \c true. */ void SyntaxHighlighter::setNoAutomaticHighlighting(bool noAutomatic)