diff options
Diffstat (limited to 'lib/chef/cookbook_version.rb')
-rw-r--r-- | lib/chef/cookbook_version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/cookbook_version.rb b/lib/chef/cookbook_version.rb index ed0c199728..53a182a9c3 100644 --- a/lib/chef/cookbook_version.rb +++ b/lib/chef/cookbook_version.rb @@ -108,9 +108,9 @@ class Chef metadata.version end - # Indicates if this version is frozen or not. Freezing a coobkook version + # Indicates if this version is frozen or not. Freezing a cookbook version # indicates that a new cookbook with the same name and version number - # shoule + # should def frozen_version? @frozen end |