diff options
author | Andras Timar <atimar@suse.com> | 2012-06-19 16:43:41 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-19 16:44:08 +0200 |
commit | 54e9a2839065daf54bd22749daa66c8c58fc7b23 (patch) | |
tree | 589dae79835e0491a83f4ac0ac96b6ddfbd49dfc /svtools | |
parent | ed4c2ab1e3f83cce828734b887e4884fc2f5ac4c (diff) |
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/edit/syntaxhighlight.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx index a366c03dc6f4..3f3d1e3ccc00 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!='?') |