From 39110501c3ab174ba3557ccc043bffc9e54f637b Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 15 Feb 2010 07:39:39 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33475 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/lstrings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5