minor typo fixed, reported by Thomas Bassetto

This commit is contained in:
antirez 2010-10-07 12:49:14 +02:00
parent fca1fb6920
commit 7f5d45e689

View File

@ -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;