summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-09-16 16:52:00 +0200
committerantirez <antirez@gmail.com>2016-09-16 16:52:00 +0200
commit4263b121479cd42bb6ddf7ccd1104779ff70ec74 (patch)
tree139ce28349592b61fdfd818bc8ef6014a72f3442
parent8a00ffc0e6b366220f199f74690892a80734383d (diff)
downloadredis-oran-memory-profiling.tar.gz
Typo fixed from MEMORY DOCTOR output.oran-memory-profiling
-rw-r--r--src/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.c b/src/object.c
index f224329ec..75839926e 100644
--- a/src/object.c
+++ b/src/object.c
@@ -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(