From: antirez Date: Sun, 18 Mar 2012 16:27:56 +0000 (+0100) Subject: Fixed typo. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/74760d3ccd0c4bc21b8743d5044253465ebc301e?hp=-c Fixed typo. --- 74760d3ccd0c4bc21b8743d5044253465ebc301e diff --git a/src/memtest.c b/src/memtest.c index 18e2e6e8..645d1da1 100644 --- a/src/memtest.c +++ b/src/memtest.c @@ -129,7 +129,7 @@ void memtest(size_t megabytes, int passes) { } memtest_test(megabytes,passes); printf("\nYour memory passed this test.\n"); - printf("Please if you are stil in doubt use the following two tools:\n"); + printf("Please if you are still in doubt use the following two tools:\n"); printf("1) memtest86: http://www.memtest86.com/\n"); printf("2) memtester: http://pyropus.ca/software/memtester/\n"); exit(0);