summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Yen <steve.yen@gmail.com>2009-03-25 12:01:51 -0700
committerSteve Yen <steve.yen@gmail.com>2009-03-25 12:03:30 -0700
commit45f4a130fa66da8000fef6b1a63a0ee1ac469472 (patch)
tree586c2f5aacf414f3474bd91e9afbc874a34e8d56
parentdd713869ffac9412b142485b568debbf1df4d386 (diff)
downloadmemcached-45f4a130fa66da8000fef6b1a63a0ee1ac469472.tar.gz
minor typo in protocol.txt
-rw-r--r--doc/protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 743b4ac..6dd4cf6 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -127,7 +127,7 @@ Storage commands
First, the client sends a command line which looks like this:
<command name> <key> <flags> <exptime> <bytes> [noreply]\r\n
-cas <key> <flags> <exptime> <bytes> <cas unqiue> [noreply]\r\n
+cas <key> <flags> <exptime> <bytes> <cas unique> [noreply]\r\n
- <command name> is "set", "add", "replace", "append" or "prepend"