From 46f091f714f3f29a88c801b1903e229b4a0a79b2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 28 Nov 2017 17:21:16 +0100 Subject: Fix typo Change-Id: I4de461692ac261600c1b0b760ffb94156893fa0d Reviewed-on: https://gerrit.libreoffice.org/45429 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- hwpfilter/source/hwpeq.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter/source/hwpeq.cxx') 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; -- cgit