diff options
Diffstat (limited to 'lib/chef/cookbook_loader.rb')
-rw-r--r-- | lib/chef/cookbook_loader.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook_loader.rb b/lib/chef/cookbook_loader.rb index 35807410bb..e6e6a4805d 100644 --- a/lib/chef/cookbook_loader.rb +++ b/lib/chef/cookbook_loader.rb @@ -27,7 +27,7 @@ require_relative "cookbook/metadata" class Chef # This class is used by knife, cheffs and legacy chef-solo modes. It is not used by the server mode - # of chef-client or solo/zero modes. + # of chef-client or zolo/zero modes. # # This class implements orchestration around producing a single cookbook_version for a cookbook or # loading a Mash of all cookbook_versions, using the cookbook_version_loader class, and doing |