mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 01:20:50 +00:00
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…
x
Reference in New Issue
Block a user