summaryrefslogtreecommitdiff
path: root/vbahelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source')
-rw-r--r--vbahelper/source/vbahelper/vbahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx
index e35416617028..aa201d9c6fdf 100644
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -581,7 +581,7 @@ OUString VBAToRegexp(const OUString &rIn)
sResult.append(*(++start));
start++;
break;
- // dump the ~ and escape the next characture
+ // dump the ~ and escape the next character
case ']':
sResult.append('\\');
sResult.append(*start++);