summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"