From 7b73d8de37aa24ecdd7c18c6909fc6b3e9d5e404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Tue, 16 Apr 2024 00:27:44 +0200 Subject: [PATCH] 'the Valkey source' => 'the source' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Söderqvist --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 875e9874f8..fcc53af13b 100644 --- a/src/config.c +++ b/src/config.c @@ -2340,7 +2340,7 @@ static int isValidActiveDefrag(int val, const char **err) { if (val) { *err = "Active defragmentation cannot be enabled: it " "requires a server compiled with a modified Jemalloc " - "like the one shipped by default with the Valkey source " + "like the one shipped by default with the source " "distribution"; return 0; }