Fix spelling error

This commit is contained in:
Jimmi Holst Christensen 2020-11-21 17:01:33 +01:00
parent f54d17fef5
commit e83c036aba

View File

@ -142,7 +142,7 @@ pub const ShellIterator = struct {
// The state that parses the none quoted part of a argument.
.no_quote => switch (c) {
// We are doing parsing a none quoted argument when we hit a
// We're done parsing a none quoted argument when we hit a
// whitespace.
' ', '\t', '\n' => {
defer iter.str = iter.str[i..];