]> git.lyx.org Git - lyx.git/commitdiff
typo
authorPavel Sanda <sanda@lyx.org>
Mon, 15 Feb 2010 07:39:39 +0000 (07:39 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 15 Feb 2010 07:39:39 +0000 (07:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33475 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/lstrings.h

index 3bd30e8a77294ea478f57bab94c7810fdb8af298..5acd0d247d44abc18418b2bce82baebf5d327d5e 100644 (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