diff options
author | Joshua Colson <joshua.colson@gmail.com> | 2018-10-02 09:10:42 -0700 |
---|---|---|
committer | Joshua Colson <joshua.colson@gmail.com> | 2018-10-02 09:10:42 -0700 |
commit | bd7b55711f6e0f601b9da17f10867efb7581887c (patch) | |
tree | 322d189b9dff9d941007fdee873d72cf2f0e6036 /lib | |
parent | cd01d4d1278e8d370b1fa36c0e62d901b3b3ae3b (diff) | |
download | chef-bd7b55711f6e0f601b9da17f10867efb7581887c.tar.gz |
fixed typo in description
Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/rhsm_errata_level.rb | 2 |
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 |