mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 17:40: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;
|
sds s;
|
||||||
if (num_reports == 0) {
|
if (num_reports == 0) {
|
||||||
s = sdsnew(
|
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.");
|
"I can only account for what occurs on this base.");
|
||||||
} else if (empty == 1) {
|
} else if (empty == 1) {
|
||||||
s = sdsnew(
|
s = sdsnew(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user