summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_certificate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_certificate.rb')
-rw-r--r--lib/chef/resource/windows_certificate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_certificate.rb b/lib/chef/resource/windows_certificate.rb
index 64e566f6af..9c524fc3cc 100644
--- a/lib/chef/resource/windows_certificate.rb
+++ b/lib/chef/resource/windows_certificate.rb
@@ -63,7 +63,7 @@ class Chef
# Extension of the certificate
ext = ::File.extname(new_resource.source)
- # PFX certificates contains private keys and we import them with some other aproach
+ # PFX certificates contains private keys and we import them with some other approach
import_certificates(fetch_cert_object(ext), (ext == ".pfx"))
end