From 015dba6adbdb92332101747f5574aeca3e276315 Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 18 Mar 2012 17:27:56 +0100 Subject: Fixed typo. --- src/memtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memtest.c b/src/memtest.c index 18e2e6e82..645d1da1e 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); -- cgit v1.2.1