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>
This commit is contained in:
parent
f6a2c667d1
commit
46f091f714
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue