Commit 00954f4d authored by Bo Cai's avatar Bo Cai
Browse files

redis-cli.c typo: Requets -> Requests.


Signed-off-by: default avatarBo Cai <charpty@gmail.com>
parent dc997755
......@@ -2364,7 +2364,7 @@ static void statMode(void) {
sprintf(buf,"%ld",aux);
printf("%-8s",buf);
/* Requets */
/* Requests */
aux = getLongInfoField(reply->str,"total_commands_processed");
sprintf(buf,"%ld (+%ld)",aux,requests == 0 ? 0 : aux-requests);
printf("%-19s",buf);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment