summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_x509_crl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/openssl_x509_crl.rb')
-rw-r--r--lib/chef/resource/openssl_x509_crl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_x509_crl.rb b/lib/chef/resource/openssl_x509_crl.rb
index 477d17b1b6..06f73bdd51 100644
--- a/lib/chef/resource/openssl_x509_crl.rb
+++ b/lib/chef/resource/openssl_x509_crl.rb
@@ -38,7 +38,7 @@ class Chef
description: "Serial of the X509 Certificate to revoke."
property :revocation_reason, Integer,
- description: "Reason for the revokation.",
+ description: "Reason for the revocation.",
default: 0
property :expire, Integer,