summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colson <joshua.colson@gmail.com>2018-10-02 09:10:42 -0700
committerJoshua Colson <joshua.colson@gmail.com>2018-10-02 09:10:42 -0700
commitbd7b55711f6e0f601b9da17f10867efb7581887c (patch)
tree322d189b9dff9d941007fdee873d72cf2f0e6036
parentcd01d4d1278e8d370b1fa36c0e62d901b3b3ae3b (diff)
downloadchef-bd7b55711f6e0f601b9da17f10867efb7581887c.tar.gz
fixed typo in description
Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
-rw-r--r--lib/chef/resource/rhsm_errata_level.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/rhsm_errata_level.rb b/lib/chef/resource/rhsm_errata_level.rb
index 12193c6942..213487537b 100644
--- a/lib/chef/resource/rhsm_errata_level.rb
+++ b/lib/chef/resource/rhsm_errata_level.rb
@@ -33,7 +33,7 @@ class Chef
name_property: true
action :install do
- descripton "Install all packages of the specified errata level."
+ description "Install all packages of the specified errata level."
yum_package "yum-plugin-security" do
action :install