[Libreoffice-commits] core.git: hwpfilter/source

Andrea Gelmini andrea.gelmini at gelma.net
Tue Nov 28 17:42:16 UTC 2017


 hwpfilter/source/hwpeq.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46f091f714f3f29a88c801b1903e229b4a0a79b2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Nov 28 17:21:16 2017 +0100

    Fix typo
    
    Change-Id: I4de461692ac261600c1b0b760ffb94156893fa0d
    Reviewed-on: https://gerrit.libreoffice.org/45429
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list