SyntaxHighlighter: Fix typo

Change-Id: I6fca22438d97afde235ecb22da1083c6103021fd
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Andre Hartmann
2020-12-21 11:40:28 +01:00
committed by André Hartmann
parent 739eeec19d
commit 498f0939e4

View File

@@ -768,7 +768,7 @@ FontSettings SyntaxHighlighter::fontSettings() const
return d->fontSettings; 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. \c true.
*/ */
void SyntaxHighlighter::setNoAutomaticHighlighting(bool noAutomatic) void SyntaxHighlighter::setNoAutomaticHighlighting(bool noAutomatic)