Commit 015dba6a authored by antirez's avatar antirez
Browse files

Fixed typo.

parent 83f0c677
...@@ -129,7 +129,7 @@ void memtest(size_t megabytes, int passes) { ...@@ -129,7 +129,7 @@ void memtest(size_t megabytes, int passes) {
} }
memtest_test(megabytes,passes); memtest_test(megabytes,passes);
printf("\nYour memory passed this test.\n"); 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("1) memtest86: http://www.memtest86.com/\n");
printf("2) memtester: http://pyropus.ca/software/memtester/\n"); printf("2) memtester: http://pyropus.ca/software/memtester/\n");
exit(0); exit(0);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment