Commit 4263b121 authored by antirez's avatar antirez
Browse files

Typo fixed from MEMORY DOCTOR output.

parent 8a00ffc0
......@@ -954,7 +954,7 @@ sds getMemoryDoctorReport(void) {
sds s;
if (num_reports == 0) {
s = sdsnew(
"Hi Sam, I can't find any memory issue in your instnace. "
"Hi Sam, I can't find any memory issue in your instance. "
"I can only account for what occurs on this base.");
} else if (empty == 1) {
s = sdsnew(
......
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