From fdc0bde9359d12dd53b686a6db9c66cf0001670f Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 7 Oct 2010 12:49:14 +0200 Subject: [PATCH] minor typo fixed, reported by Thomas Bassetto --- src/redis-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2