summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-06-19 16:43:41 +0200
committerAndras Timar <atimar@suse.com>2012-06-19 16:44:51 +0200
commitb085cdc1333d25bac22bb427fbf065c01e7e7df6 (patch)
tree43ad65f53bfa2f918af705ebf48b2015998896f1 /svtools
parent2444e28e8e619772b37311765a3d95a532466d1f (diff)
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/edit/syntaxhighlight.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx
index 2bf3d0204a7e..e8cdfbb946b7 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -452,7 +452,7 @@ sal_Bool SimpleTokenizer_Impl::getNextToken( /*out*/TokenTypes& reType,
// only for BASIC '\'' should be a comment, otherwise it is a normal string and handled there
else if ( ( testCharFlags( c, CHAR_OPERATOR ) == sal_True ) || ( (c == '\'') && (aLanguage==HIGHLIGHT_BASIC)) )
{
- // paramters for SQL view
+ // parameters for SQL view
if ( (c==':') || (c=='?'))
{
if (c!='?')