summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-13 12:44:17 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commit844bf18ea9537decbf5195016ebdf924bf667ef3 (patch)
treec452f73b86511dc2c65b425c2550da060f7398cd
parent1add89ca12bcc0411a5ec4697a1e0bddeda34028 (diff)
downloadchef-844bf18ea9537decbf5195016ebdf924bf667ef3.tar.gz
Add back reference to chef "zolo".
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--cspell.json1
-rw-r--r--lib/chef/cookbook/cookbook_version_loader.rb2
-rw-r--r--lib/chef/cookbook_loader.rb2
3 files changed, 3 insertions, 2 deletions
diff --git a/cspell.json b/cspell.json
index 53bca10273..6d661c83b8 100644
--- a/cspell.json
+++ b/cspell.json
@@ -2166,6 +2166,7 @@
"zenoss",
"zeproc",
"zmscwx",
+ "zolo",
"zoneinfo",
"zypp",
"zypper",
diff --git a/lib/chef/cookbook/cookbook_version_loader.rb b/lib/chef/cookbook/cookbook_version_loader.rb
index 61f1b8ac2d..626a5d423b 100644
--- a/lib/chef/cookbook/cookbook_version_loader.rb
+++ b/lib/chef/cookbook/cookbook_version_loader.rb
@@ -23,7 +23,7 @@ class Chef
class Cookbook
# This class is only used directly from the Chef::CookbookLoader and from chef-fs,
# so it only affects legacy-mode chef-client runs and knife. It is not used by
- # server or solo/zero modes.
+ # server or zolo/zero modes.
#
# This seems to be mostly a glorified factory method for creating CookbookVersion
# objects now, with creating Metadata objects bolted onto the side? It used
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