Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jan 9, 2016
1 parent e5ed68f commit e1819f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/immutant/web/undertow.clj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(dissoc options :http2?)))

(defn ssl-context
"Assoc an SSLContext given a keystore and a trustore, which may be
"Assoc an SSLContext given a keystore and a truststore, which may be
either actual KeyStore instances, or paths to them. If truststore is
ommitted, the keystore is assumed to fulfill both roles"
[{:keys [keystore key-password truststore trust-password] :as options}]
Expand Down

0 comments on commit e1819f8

Please sign in to comment.