summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-04-06 22:49:03 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-04-06 22:49:03 +0530
commitbe60ec97c5774ebaf7d2f4cfdc82bc51f59fb2bb (patch)
tree243926231257cd0c25a48fc04085f46a403238cf /lib/chef/mixin
parenta1bf06c753173ac698d9329a09c6edba6c18c781 (diff)
downloadchef-be60ec97c5774ebaf7d2f4cfdc82bc51f59fb2bb.tar.gz
Revert some
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'lib/chef/mixin')
-rw-r--r--lib/chef/mixin/lazy_module_include.rb2
1 files changed, 1 insertions, 1 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)