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/helper.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/helper.rb')
-rw-r--r-- | lib/mixlib/shellout/helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/helper.rb b/lib/mixlib/shellout/helper.rb index 35184b9..ac63494 100644 --- a/lib/mixlib/shellout/helper.rb +++ b/lib/mixlib/shellout/helper.rb @@ -30,7 +30,7 @@ module Mixlib # These APIs are considered public for use in ohai and chef (by cookbooks and plugins, etc) # but are considered private/experimental for now for the direct users of mixlib-shellout. # - # You can see an example of how to handle the "dependenecy injection" in the rspec unit test. + # You can see an example of how to handle the "dependency injection" in the rspec unit test. # That backend API is left deliberately undocumented for now and may not follow SemVer and may # break at any time (at least for the rest of 2020). # |