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

Signed-off-by: Bo Cai <charpty@gmail.com>
This commit is contained in:
Bo Cai 2017-07-26 21:33:29 +08:00 committed by antirez
parent 76aab08f1f
commit a75f2025f2

View File

@ -2452,7 +2452,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);