summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_editors.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_editors.cc')
-rw-r--r--kspread/kspread_editors.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_editors.cc b/kspread/kspread_editors.cc
index 85690b13..1ed83ac2 100644
--- a/kspread/kspread_editors.cc
+++ b/kspread/kspread_editors.cc
@@ -195,7 +195,7 @@ void FormulaEditorHighlighter::handleBrace( uint index )
int opType = token.asOperator();
bool highlightBrace=false;
- //Check where the cursor is in relation to this left or right tqparenthesis token.
+ //Check where the cursor is in relation to this left or right parenthesis token.
//Only one pair of braces should be highlighted at a time, and if the cursor
//is between two braces, the inner-most pair should be highlighted.