diff options
-rw-r--r-- | lib/chef/mixin/lazy_module_include.rb | 2 | ||||
-rw-r--r-- | lib/chef/provider/user/solaris.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/mixin/lazy_module_include.rb b/lib/chef/mixin/lazy_module_include.rb index 3e2b9307a9..4989493d9c 100644 --- a/lib/chef/mixin/lazy_module_include.rb +++ b/lib/chef/mixin/lazy_module_include.rb @@ -43,7 +43,7 @@ class Chef # module LazyModuleInclude - # Most of the magic is in this hook which creates a closure over the parent class and then builds an + # Most of the magick is in this hook which creates a closure over the parent class and then builds an # "infector" module which infects all descendants and which is responsible for updating the list of # descendants in the parent class. def included(klass) diff --git a/lib/chef/provider/user/solaris.rb b/lib/chef/provider/user/solaris.rb index a3e3c49ae6..a3d623c005 100644 --- a/lib/chef/provider/user/solaris.rb +++ b/lib/chef/provider/user/solaris.rb @@ -118,7 +118,7 @@ class Chef write_shadow_file end - # XXX: this was straight copy-paste's back in 2013 and I don't think we've ever evaluated using + # XXX: this was straight copypasta'd back in 2013 and I don't think we've ever evaluated using # a pipe to passwd(1) or evaluating modern ruby-shadow. See https://github.com/chef/chef/pull/721 def write_shadow_file buffer = Tempfile.new("shadow", "/etc") |