commit | c9e2a44ed384e3b0df05899c1a2eb20af226145b | [log] [tgz] |
---|---|---|
author | M. J. Fromberger <michael.j.fromberger@gmail.com> | Tue Dec 29 14:58:35 2015 -0800 |
committer | M. J. Fromberger <michael.j.fromberger@gmail.com> | Tue Dec 29 14:58:35 2015 -0800 |
tree | b1f94019a4a346589f9ddb7d074ba0133b3f92ca | |
parent | 378ab0f0976fabd003aec063e6a8ac9935697b12 [diff] |
Fix a typo in a comment.
diff --git a/shell.go b/shell.go index c1613b2..9ec14d3 100644 --- a/shell.go +++ b/shell.go
@@ -137,7 +137,7 @@ } // Split partitions s into fields divided on space, tab, and newline -// characters. Single and double quotation marks will be handledn as described +// characters. Single and double quotation marks will be handled as described // in // http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02. func Split(s string) []string {