]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.cpp
Implement l7n for nomenclature.
[lyx.git] / src / FuncRequest.cpp
index a8d8859cc51e050986d6968fddb0bdf9d8070a8a..cd47c55595785f5f59b827938ece3e68e2b00060 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.
@@ -101,7 +101,7 @@ void splitArg(vector<string> & args, string const & str,
        }
 }
 
-}
+} // namespace
 
 string FuncRequest::getArg(unsigned int i) const
 {