mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33475 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3309cdca59
commit
39110501c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user