summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-02-26 10:20:36 -0800
committerdormando <dormando@rydia.net>2017-02-26 10:20:36 -0800
commit70942bdf061d69e294d7eb94bcde2a9eec971c66 (patch)
tree6c0d50453454c2f06c6289bbb473e218a8293f67 /doc
parent9ddebdf79d77a61c6497c8e35fe3615ba1a86dab (diff)
downloadmemcached-70942bdf061d69e294d7eb94bcde2a9eec971c66.tar.gz
typo fix for doc/protocol.txt
submitted by KentarouTakeda on github.
Diffstat (limited to '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 f961a7f..6db7bd8 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -699,7 +699,7 @@ integers separated by a colon (treat this as a floating point number).
| slab_reassign_running | bool | If a slab page is being moved |
| slabs_moved | 64u | Total slab pages moved |
| crawler_reclaimed | 64u | Total items freed by LRU Crawler |
-| crawler_items-checked | 64u | Total items examined by LRU Crawler |
+| crawler_items_checked | 64u | Total items examined by LRU Crawler |
| lrutail_reflocked | 64u | Times LRU tail was found with active ref. |
| | | Items can be evicted to avoid OOM errors. |
| moves_to_cold | 64u | Items moved from HOT/WARM to COLD LRU's |