summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-01-07 17:04:19 -0800
committerdormando <dormando@rydia.net>2017-01-07 17:04:19 -0800
commitd9dfbe0e2613b9c20cb3c4fdd3c55d1bf3a8c8bd (patch)
tree3ad20dfa6a962b65e0dc0d7b10c92966518e2e11 /doc
parent12ea2e4b50a3222412e9e1cffb1253d907c56cd5 (diff)
downloadmemcached-d9dfbe0e2613b9c20cb3c4fdd3c55d1bf3a8c8bd.tar.gz
typo fixes1.4.34
submitted by richlv on github
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 84d1a84..e0705df 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -208,7 +208,7 @@ with a "cas" command did not exist.
Retrieval command:
------------------
-The retrieval commands "get" and "gets" operates like this:
+The retrieval commands "get" and "gets" operate like this:
get <key>*\r\n
gets <key>*\r\n
@@ -713,7 +713,7 @@ other stats command.
|-------------------+----------+----------------------------------------------|
| Name | Type | Meaning |
|-------------------+----------+----------------------------------------------|
-| maxbytes | size_t | Maximum number of bytes allows in this cache |
+| maxbytes | size_t | Maximum number of bytes allowed in the cache |
| maxconns | 32 | Maximum number of clients allowed. |
| tcpport | 32 | TCP listen port. |
| udpport | 32 | UDP listen port. |