From 5a69c96ccd76e237755620aac4cf49c683899192 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sat, 22 Oct 2011 18:29:11 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39922 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/docstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/docstream.cpp b/src/support/docstream.cpp index def45c4d3b..66ce1c892a 100644 --- a/src/support/docstream.cpp +++ b/src/support/docstream.cpp @@ -553,7 +553,7 @@ otexstream & operator<<(otexstream & ots, char const * s) // Some encoding changes for the underlying stream are embedded // in the string. The encoding names to be used are enclosed // 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. string s1(s, i); char const * s2 = s + i + 4;