Skip to content

Commit

Permalink
'the Valkey source' => 'the source'
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast committed Apr 15, 2024
1 parent 5d04451 commit 7b73d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7b73d8d

Please sign in to comment.