commit 9ab84141e648d46f84860f6a1f1728c5321804c9
Author: David Fifield <david(a)bamsoftware.com>
Date: Sat Aug 23 15:00:03 2014 -0700
Typo.
---
args.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/args.go b/args.go
index 5e96589..c38adf7 100644
--- a/args.go
+++ b/args.go
@@ -34,7 +34,7 @@ func (args Args) Add(key, value string) {
}
// Return the index of the next unescaped byte in s that is in the term set, or
-// else the length of the string if not terminators appear. Additionally return
+// else the length of the string if no terminators appear. Additionally return
// the unescaped string up to the returned index.
func indexUnescaped(s string, term []byte) (int, string, error) {
var i int