summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-03-18 17:27:56 +0100
committerantirez <antirez@gmail.com>2012-03-18 22:00:04 +0100
commit015dba6adbdb92332101747f5574aeca3e276315 (patch)
treec1f8e0092c2ef8b22f0a6bab4fe5f31d7e79c4a7
parent83f0c677f84f9abd2c22120d777750ed135ebfd6 (diff)
downloadredis-015dba6adbdb92332101747f5574aeca3e276315.tar.gz
Fixed typo.
-rw-r--r--src/memtest.c2
1 files changed, 1 insertions, 1 deletions
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);