summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mixlib/shellout/helper.rb')
-rw-r--r--lib/mixlib/shellout/helper.rb2
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).
#