summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/shell_out.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/shell_out.rb')
-rw-r--r--lib/chef/mixin/shell_out.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/mixin/shell_out.rb b/lib/chef/mixin/shell_out.rb
index 658442fd6d..161699805a 100644
--- a/lib/chef/mixin/shell_out.rb
+++ b/lib/chef/mixin/shell_out.rb
@@ -27,7 +27,7 @@ class Chef
# all consumers should now call shell_out!/shell_out.
#
# the shell_out_compacted/shell_out_compacted! APIs are private but are intended for use
- # in rspec tests, and should ideally always be used to make code refactorings that do not
+ # in rspec tests, and should ideally always be used to make code refactoring that do not
# change behavior easier:
#
# allow(provider).to receive(:shell_out_compacted!).with("foo", "bar", "baz")