Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Oct 14, 2013
1 parent 4248e8e commit 47c187c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/main/clojure/vertx/http.clj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
server instance. They are translated into .setXXX calls by
camel-casing the keyword key. Example: {:key-store-path
\"/some/path\"} will trigger a call to .setKeyStorePath on the
server object. See the docuementation for
server object. See the documentation for
org.vertx.java.core.http.HttpServer for a full list of properties."
([]
(server nil))
Expand Down Expand Up @@ -155,7 +155,7 @@
Properties is a map of options for the server instance. They are
translated into .setXXX calls by camel-casing the keyword
key. Example: {:status-code 418} will trigger a call to
.setStatusCode on the response object. See the docuementation for
.setStatusCode on the response object. See the documentation for
org.vertx.java.core.http.HttpServerResponse for a full list of
properties."
([req] (server-response req nil))
Expand Down Expand Up @@ -273,7 +273,7 @@
client instance. They are translated into .setXXX calls by
camel-casing the keyword key. Example: {:key-store-path
\"/some/path\"} will trigger a call to .setKeyStorePath on the
client object. See the docuementation for
client object. See the documentation for
org.vertx.java.core.http.HttpClient for a full list of properties."
([]
(client nil))
Expand Down

0 comments on commit 47c187c

Please sign in to comment.