summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-03 22:42:56 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:55:50 +0000
commit092adc4991eb143bc279a4bb61da27f70c73413e (patch)
treee99d6908cfb8dd4db90e89f4d2f1bf7ea7519f69 /svtools
parentTypo: Openofice.org->Openoffice.org (diff)
downloadcore-092adc4991eb143bc279a4bb61da27f70c73413e.tar.gz
core-092adc4991eb143bc279a4bb61da27f70c73413e.zip
Typos
Change-Id: Ic54695e86b4b462419fa7d5ded7b1ddb19ee8ed5 Reviewed-on: https://gerrit.libreoffice.org/33904 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svrtf/parrtf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 602ef7eb042f..d65868cf396b 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -60,7 +60,7 @@ int SvRTFParser::GetNextToken_()
{
case '\\':
{
- // control charaters
+ // control characters
nNextCh = GetNextChar();
switch( nNextCh )
{