From: Pavel Sanda Date: Mon, 15 Feb 2010 07:39:39 +0000 (+0000) Subject: typo X-Git-Tag: 2.0.0~4027 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=39110501c3ab174ba3557ccc043bffc9e54f637b;p=lyx.git typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33475 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/lstrings.h b/src/support/lstrings.h index 3bd30e8a77..5acd0d247d 100644 --- a/src/support/lstrings.h +++ b/src/support/lstrings.h @@ -205,7 +205,7 @@ std::string const ltrim(std::string const & a, char const * p = " "); docstring const ltrim(docstring const & a, char const * p = " "); /** Splits the string given in the first argument at the first occurence - of the third argumnent, delim. + of the third argument, delim. What precedes delim is returned in the second argument, piece; this will be the whole of the string if no delimiter is found. The return value is what follows delim, if anything. So the return