git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33475 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-02-15 07:39:39 +00:00
parent 3309cdca59
commit 39110501c3

View File

@ -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