summaryrefslogtreecommitdiffstats
path: root/src/widgets/qsyntaxhighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qsyntaxhighlighter.cpp')
-rw-r--r--src/widgets/qsyntaxhighlighter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qsyntaxhighlighter.cpp b/src/widgets/qsyntaxhighlighter.cpp
index 061d9c53..bf8938bb 100644
--- a/src/widgets/qsyntaxhighlighter.cpp
+++ b/src/widgets/qsyntaxhighlighter.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -103,7 +103,7 @@ TQSyntaxHighlighter::~TQSyntaxHighlighter()
In your reimplementation you should parse the paragraph's \a text
and call setFormat() as often as necessary to apply any font and
- color changes that you retquire. Your function must return a value
+ color changes that you require. Your function must return a value
which indicates the paragraph's end state: see below.
Some syntaxes can have constructs that span paragraphs. For