From 9fc8a5efe5541a4461cd889340fda46184a4b0f2 Mon Sep 17 00:00:00 2001 From: Sungho Hwang Date: Wed, 22 Jul 2020 17:33:57 +0900 Subject: [PATCH] Fix typo in deps/README.md (#7553) --- deps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/README.md b/deps/README.md index f923c06ad..a7f6e1834 100644 --- a/deps/README.md +++ b/deps/README.md @@ -17,7 +17,7 @@ active defragmentation logic. However this feature of Redis is not mandatory and Redis is able to understand if the Jemalloc version it is compiled against supports such Redis-specific modifications. So in theory, if you are not interested in the active defragmentation, you can replace Jemalloc -just following tose steps: +just following these steps: 1. Remove the jemalloc directory. 2. Substitute it with the new jemalloc source tree.