summaryrefslogtreecommitdiff
path: root/lib/chef/property.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/property.rb')
-rw-r--r--lib/chef/property.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/property.rb b/lib/chef/property.rb
index a29286c21b..f55c7cfc9c 100644
--- a/lib/chef/property.rb
+++ b/lib/chef/property.rb
@@ -53,7 +53,7 @@ class Chef
end
# This is to support #deprecated_property_alias, by emitting an alias and a
- # deprecatation warning when called.
+ # deprecation warning when called.
#
# @param from [String] Name of the deprecated property
# @param to [String] Name of the correct property
@@ -241,7 +241,7 @@ class Chef
end
#
- # A desciption of the default value of this property.
+ # A description of the default value of this property.
#
# @return [String]
#