From 498f0939e474a1f50fd24c87ca900493be115927 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Mon, 21 Dec 2020 11:40:28 +0100 Subject: [PATCH] SyntaxHighlighter: Fix typo Change-Id: I6fca22438d97afde235ecb22da1083c6103021fd Reviewed-by: David Schulz --- src/plugins/texteditor/syntaxhighlighter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)