From: Richard Heck Date: Fri, 4 Sep 2009 13:52:49 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.0.0~5562 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c47c34b1c82234794e5f3e6d9486e6c49ea9cf43;p=features.git Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31277 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 90c76a07ba..8b2c934359 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -794,7 +794,7 @@ docstring stringifyFromCursor(DocIterator const & cur, int len) // No side effect of file copying and image conversion runparams.dryrun = true; LYXERR(Debug::FIND, "Stringifying with cur: " - < cur << ", from pos: " << cur.pos() << ", end: " << end); + << cur << ", from pos: " << cur.pos() << ", end: " << end); return par.stringify(cur.pos(), end, AS_STR_INSETS, runparams); } else if (cur.inMathed()) { odocstringstream os;