Browse Source

Fix typos

Kian-Meng, Ang 3 years ago
parent
commit
527b3aba84

+ 3 - 3
doc/src/guide/listeners.asciidoc

@@ -122,11 +122,11 @@ by calling `ranch:get_status/1` with the listener name as argument.
 
 
 By default the socket will be set to return `binary` data, with the
 By default the socket will be set to return `binary` data, with the
 options `{active, false}`, `{packet, raw}`, `{reuseaddr, true}` set.
 options `{active, false}`, `{packet, raw}`, `{reuseaddr, true}` set.
-These values can't be overriden when starting the listener, but
-they can be overriden using `Transport:setopts/2` in the protocol.
+These values can't be overridden when starting the listener, but
+they can be overridden using `Transport:setopts/2` in the protocol.
 
 
 It will also set `{backlog, 1024}` and `{nodelay, true}`, which
 It will also set `{backlog, 1024}` and `{nodelay, true}`, which
-can be overriden at listener startup.
+can be overridden at listener startup.
 
 
 === Listening on a random port
 === Listening on a random port
 
 

+ 1 - 1
doc/src/guide/ssl_auth.asciidoc

@@ -10,7 +10,7 @@ based authentication to attain greater security.
 
 
 The server only needs to retain the certificate serial number and
 The server only needs to retain the certificate serial number and
 the certificate issuer to authenticate the certificate. Together,
 the certificate issuer to authenticate the certificate. Together,
-they can be used to uniquely identify a certicate.
+they can be used to uniquely identify a certificate.
 
 
 As Ranch allows the same protocol code to be used for both SSL and
 As Ranch allows the same protocol code to be used for both SSL and
 non-SSL transports, you need to make sure you are in an SSL context
 non-SSL transports, you need to make sure you are in an SSL context

+ 1 - 1
doc/src/manual/ranch_proxy_header.asciidoc

@@ -110,7 +110,7 @@ The namespace's name for the original connection.
 
 
 ssl::
 ssl::
 
 
-Various informations pertaining to the original SSL/TLS
+Various information pertaining to the original SSL/TLS
 connection.
 connection.
 
 
 client:::
 client:::