Change-Id: I4de461692ac261600c1b0b760ffb94156893fa0d
Reviewed-on: https://gerrit.libreoffice.org/45429
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2017-11-28 17:21:16 +01:00 committed by Julien Nabet
parent f6a2c667d1
commit 46f091f714

View file

@ -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;