From: antirez Date: Thu, 7 Oct 2010 10:49:14 +0000 (+0200) Subject: minor typo fixed, reported by Thomas Bassetto X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/fdc0bde9359d12dd53b686a6db9c66cf0001670f minor typo fixed, reported by Thomas Bassetto --- diff --git a/src/redis-cli.c b/src/redis-cli.c index 0e6edbe7..5071604b 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -364,7 +364,7 @@ static int parseOptions(int argc, char **argv) { "automatically used as last argument.\n" ); } else if (!strcmp(argv[i],"-v")) { - printf("redis-cli shipped with Redis verison %s\n", REDIS_VERSION); + printf("redis-cli shipped with Redis version %s\n", REDIS_VERSION); exit(0); } else { break;