Skip to content

Commit

Permalink
Merge pull request #194 from gabetocci/patch-1
Browse files Browse the repository at this point in the history
Update ssl.rb: Typo in comment
  • Loading branch information
rogerleite committed Aug 13, 2018
2 parents 345e5e2 + 54ede3e commit 878faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpi/auth/ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def present?
# Accessor for the ca_path to validate SSL certificates.
attr_accessor :ca_cert_path

# ertificate store holds trusted CA certificates used to verify peer certificates.
# Certificate store holds trusted CA certificates used to verify peer certificates.
attr_accessor :cert_store

# Returns the cert type to validate SSL certificates PEM|DER.
Expand Down

0 comments on commit 878faee

Please sign in to comment.