Fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39922 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-10-22 18:29:11 +00:00
parent 0cac034d10
commit 5a69c96ccd

View File

@ -553,7 +553,7 @@ otexstream & operator<<(otexstream & ots, char const * s)
// Some encoding changes for the underlying stream are embedded // Some encoding changes for the underlying stream are embedded
// in the string. The encoding names to be used are enclosed // in the string. The encoding names to be used are enclosed
// between the code points 0xF0000 and xF0001 (0xf3b08080 and // between the code points 0xF0000 and xF0001 (0xf3b08080 and
// 0xf3b08081 in utf8 encoding). This codepoints belong to the // 0xf3b08081 in utf8 encoding). These codepoints belong to the
// plane 15 Private Use Area and have no associated glyph. // plane 15 Private Use Area and have no associated glyph.
string s1(s, i); string s1(s, i);
char const * s2 = s + i + 4; char const * s2 = s + i + 4;