summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-30 12:41:00 -0700
committerTim Smith <tsmith@chef.io>2018-08-31 17:17:24 -0700
commit7d5f9a1937d3ae42cb23ed74b1bae08318e76387 (patch)
treecf01a685484a459f43ff227f5227e3eee0237734
parent58c45a4231e2a810c39d7bb74cbcfbf725fa17f5 (diff)
downloadchef-7d5f9a1937d3ae42cb23ed74b1bae08318e76387.tar.gz
Fix the openssl_ec_private_key description
I failed at English here. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/openssl_ec_private_key.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_ec_private_key.rb b/lib/chef/resource/openssl_ec_private_key.rb
index ba02011fbf..77e98f9c2d 100644
--- a/lib/chef/resource/openssl_ec_private_key.rb
+++ b/lib/chef/resource/openssl_ec_private_key.rb
@@ -27,7 +27,7 @@ class Chef
preview_resource true
resource_name :openssl_ec_private_key
- description "Use the openssl_ec_private_key resource to generate an elliptic curve (EC) private key files. If a valid EC key file can be opened at the specified location, no new file will be created. If the EC key file cannot be opened, either because it does not exist or because the password to the EC key file does not match the password in the recipe, it will be overwritten."
+ description "Use the openssl_ec_private_key resource to generate an elliptic curve (EC) private key file. If a valid EC key file can be opened at the specified location, no new file will be created. If the EC key file cannot be opened, either because it does not exist or because the password to the EC key file does not match the password in the recipe, then it will be overwritten."
introduced "14.4"
property :path, String,