]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.cpp
Use the proper buffer when recording undo
[lyx.git] / src / FuncRequest.cpp
index a8d8859cc51e050986d6968fddb0bdf9d8070a8a..224ba27894f6b1ecaeaeb1475bd91d9732188aa0 100644 (file)
@@ -68,7 +68,7 @@ FuncRequest::FuncRequest(FuncRequest const & cmd, docstring const & arg, Origin
 
 namespace {
 
-// Extracts arguments from str into args. Arguments are delimted by
+// Extracts arguments from str into args. Arguments are delimited by
 // whitespace or by double quotes.
 // We extract at most max + 1 arguments, treating args[max] as
 // continuing to eol.