diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-28 10:24:36 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-28 10:30:32 -0700 |
commit | 5aefd6da7b65e491467970df1da1da8393be8da4 (patch) | |
tree | 22374a9352754acd4dff977bea4795f9e1d79e81 /lib/mixlib/shellout/windows.rb | |
parent | e73f02eb5bf1b3a78c8912716ecb95ffdfc78849 (diff) | |
download | mixlib-shellout-spelling.tar.gz |
Fix a few typosspelling
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/mixlib/shellout/windows.rb')
-rw-r--r-- | lib/mixlib/shellout/windows.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/windows.rb b/lib/mixlib/shellout/windows.rb index d5eff79..7ece3d1 100644 --- a/lib/mixlib/shellout/windows.rb +++ b/lib/mixlib/shellout/windows.rb @@ -208,7 +208,7 @@ module Mixlib # 4. if the argument must be quoted by #1 and terminates in a sequence of backslashes then all the backlashes must themselves # be backslash excaped (double the backslashes). # 5. if an interior quote that must be escaped by #2 has a sequence of backslashes before it then all the backslashes must - # themselves be backslash excaped along with the backslash ecape of the interior quote (double plus one backslashes). + # themselves be backslash excaped along with the backslash escape of the interior quote (double plus one backslashes). # # And to restate. We are constructing a string which will be parsed by the windows parser into arguments, and we want those # arguments to match the *args array we are passed here. So call the windows parser operation A then we need to apply A^-1 to |