From 5c489b2fb6f10e5ba39d804524d754139e0b2dc9 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Sat, 8 Nov 2014 09:06:54 +0000 Subject: typo fixes - https://github.com/vlajos/misspell_fixer --- lib/chef/cookbook/metadata.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/chef/cookbook/metadata.rb') diff --git a/lib/chef/cookbook/metadata.rb b/lib/chef/cookbook/metadata.rb index 54e930135d..781d3b40b0 100644 --- a/lib/chef/cookbook/metadata.rb +++ b/lib/chef/cookbook/metadata.rb @@ -227,11 +227,11 @@ class Chef ) end - # Sets the current cookbook version, or returns it. Can be two or three digits, seperated + # Sets the current cookbook version, or returns it. Can be two or three digits, separated # by dots. ie: '2.1', '1.5.4' or '0.9'. # # === Parameters - # version:: The curent version, as a string + # version:: The current version, as a string # # === Returns # version:: Returns the current version @@ -246,7 +246,7 @@ class Chef # Sets the name of the cookbook, or returns it. # # === Parameters - # name:: The curent cookbook name. + # name:: The current cookbook name. # # === Returns # name:: Returns the current cookbook name. -- cgit v1.2.1