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.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.rb')
-rw-r--r-- | lib/mixlib/shellout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout.rb b/lib/mixlib/shellout.rb index b44e0aa..2b998ab 100644 --- a/lib/mixlib/shellout.rb +++ b/lib/mixlib/shellout.rb @@ -122,7 +122,7 @@ module Mixlib # === Options: # If the last argument is a Hash, it is removed from the list of args passed # to exec and used as an options hash. The following options are available: - # * +user+: the user the commmand should run as. if an integer is given, it is + # * +user+: the user the command should run as. if an integer is given, it is # used as a uid. A string is treated as a username and resolved to a uid # with Etc.getpwnam # * +group+: the group the command should run as. works similarly to +user+ |