aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/syntaxhighlighter.cpp
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2020-12-21 11:40:28 +0100
committerAndré Hartmann <aha_1980@gmx.de>2021-01-04 10:32:45 +0000
commit498f0939e474a1f50fd24c87ca900493be115927 (patch)
tree91062e87c5ae4a6f42b66d476d56cce85bf9738c /src/plugins/texteditor/syntaxhighlighter.cpp
parent739eeec19d1560743f57579281e63585e1b7d11f (diff)
SyntaxHighlighter: Fix typo
Change-Id: I6fca22438d97afde235ecb22da1083c6103021fd Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/syntaxhighlighter.cpp')
-rw-r--r--src/plugins/texteditor/syntaxhighlighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/syntaxhighlighter.cpp b/src/plugins/texteditor/syntaxhighlighter.cpp
index 2c2c9d0648..5a35ce1b4f 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)