commit 82705a0e8a852a12985b75c4546b3439ad335a1c
Author: Scott Kostyshak <[email protected]>
Date: Mon Mar 6 22:52:23 2017 -0500
Fix typo in comment
---
src/FuncRequest.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/FuncRequest.cpp b/src/FuncRequest.cpp
index a8d8859..224ba27 100644
--- a/src/FuncRequest.cpp
+++ b/src/FuncRequest.cpp
@@ -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.