summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2011-10-17 14:29:12 -0700
committerdormando <dormando@rydia.net>2011-10-17 14:29:12 -0700
commitb352e062b7ee3134163b29dd8a474a5f9e7c3588 (patch)
tree6757e91d193bfba05433b490a7bbe4b9beaf24fa
parent25c55c43aed77f671c00e33fdf7789e17777c029 (diff)
downloadmemcached-b352e062b7ee3134163b29dd8a474a5f9e7c3588.tar.gz
Fix a minor typo in the protocol doc
-rw-r--r--doc/protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 1f8d627..5971c6d 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -379,7 +379,7 @@ response to the "stats" command, together with the type of the value
sent for this name, and the meaning of the value.
In the type column below, "32u" means a 32-bit unsigned integer, "64u"
-means a 64-bit unsigner integer. '32u.32u' means two 32-bit unsigned
+means a 64-bit unsigned integer. '32u.32u' means two 32-bit unsigned
integers separated by a colon (treat this as a floating point number).
|-----------------------+---------+-------------------------------------------|