mirror of https://mirror.osredm.com/root/redis.git
Typo fixed from MEMORY DOCTOR output.
This commit is contained in:
parent
8a00ffc0e6
commit
4263b12147
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue