summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-28 17:21:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-28 18:41:41 +0100
commit46f091f714f3f29a88c801b1903e229b4a0a79b2 (patch)
tree40d7f99ea689002da62fc17098856ab1a96fef34 /hwpfilter
parentf6a2c667d19bb199a97a5822ab718758df421e7f (diff)
Fix typo
Change-Id: I4de461692ac261600c1b0b760ffb94156893fa0d Reviewed-on: https://gerrit.libreoffice.org/45429 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpeq.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx
index 5be9ad7c2603..979a1b1d4673 100644
--- a/hwpfilter/source/hwpeq.cxx
+++ b/hwpfilter/source/hwpeq.cxx
@@ -481,7 +481,7 @@ void push_token(MzString const &white, MzString const &token, istream *strm)
* It returns the length of the read tokens.
*
* control char, control sequence, binary sequence,
- * alphabet string, sigle character */
+ * alphabet string, single character */
static int next_token(MzString &white, MzString &token, istream *strm)
{
std::istream::int_type ch = 0;