summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Szkoda <adaszko@gmail.com>2013-11-16 13:28:55 +0100
committerdormando <dormando@rydia.net>2013-12-20 00:36:23 -0800
commit7c512d097a592c5870dce2f1884529a7e98f521f (patch)
tree4e4782209631c1fa004f26b5cfba57e4163e40f4
parent8818bb698ea0abd5199b2792964bbc7fbe4cd845 (diff)
downloadmemcached-7c512d097a592c5870dce2f1884529a7e98f521f.tar.gz
Text protocol description grammar fix
-rw-r--r--doc/protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index b26d962..e00e5d7 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -278,7 +278,7 @@ in-place, incrementing or decrementing it. The data for the item is
treated as decimal representation of a 64-bit unsigned integer. If
the current data value does not conform to such a representation, the
incr/decr commands return an error (memcached <= 1.2.6 treated the
-bogus value as if it were 0, leading to confusing). Also, the item
+bogus value as if it were 0, leading to confusion). Also, the item
must already exist for incr/decr to work; these commands won't pretend
that a non-existent key exists with value 0; instead, they will fail.