summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2021-06-28 20:35:05 -0400
committerdormando <dormando@rydia.net>2021-08-05 15:04:14 -0700
commitfba435c992eda3762a652210e6f75bba75e19e2c (patch)
tree0f9cdc6344261de5518170c31a8f880cf11f65ff /doc
parentddee3e27a031be22f5f28c160be18fd3cb9bc63d (diff)
downloadmemcached-fba435c992eda3762a652210e6f75bba75e19e2c.tar.gz
Fix typos in doc/code comments (tem->item, etc)
Note: Do not fix typos in crc32.c because it's copied from an upstream source
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index b4771e9..e059d2d 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -554,7 +554,7 @@ These flags can modify the item:
These extra flags can be added to the response:
- W: client has "won" the recache flag
- X: item is stale
-- Z: tem has already sent a winning flag
+- Z: item has already sent a winning flag
The flags are now repeated with detailed information where useful:
@@ -1334,7 +1334,7 @@ integers separated by a colon (treat this as a floating point number).
| log_worker_written | 64u | Logs written by a worker, to be picked up |
| log_watcher_skipped | 64u | Logs not sent to slow watchers. |
| log_watcher_sent | 64u | Logs written to watchers. |
-| unexected_napi_ids | 64u | Number of times an unexpected napi id is |
+| unexpected_napi_ids | 64u | Number of times an unexpected napi id is |
| | | is received. See doc/napi_ids.txt |
| round_robin_fallback | 64u | Number of times napi id of 0 is received |
| | | resulting in fallback to round robin |