aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/ScriptEditorImplementation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/editor/ScriptEditorImplementation.cpp')
-rw-r--r--src/modules/editor/ScriptEditorImplementation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/editor/ScriptEditorImplementation.cpp b/src/modules/editor/ScriptEditorImplementation.cpp
index 99a9ebb7e..c05308977 100644
--- a/src/modules/editor/ScriptEditorImplementation.cpp
+++ b/src/modules/editor/ScriptEditorImplementation.cpp
@@ -295,7 +295,7 @@ void ScriptEditorWidget::slotHelp()
void ScriptEditorWidget::enableSyntaxHighlighter()
{
// we currently delete and re-create the m_pSyntaxHighlighter
- // as a trick to ensure proper re-highlightning to occur
+ // as a trick to ensure proper re-highlighting to occur
if(!m_pSyntaxHighlighter)
m_pSyntaxHighlighter = new ScriptEditorSyntaxHighlighter(this);
}