From dc39b0c190904abea46e3b870360d8e1645b567e Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Wed, 24 Mar 2021 11:11:38 +0200 Subject: [PATCH] Fixes a typo in DEBUG HELP (#8638) --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 37d38f048..62dc89a63 100644 --- a/src/debug.c +++ b/src/debug.c @@ -441,7 +441,7 @@ void debugCommand(client *c) { " conflicting keys will generate an exception and kill the server." " * NOSAVE: the database will be loaded from an existing RDB file.", " Examples:", -" * DEBUG RELOAD: verify that the server is able to persist, flsuh and reload", +" * DEBUG RELOAD: verify that the server is able to persist, flush and reload", " the database.", " * DEBUG RELOAD NOSAVE: replace the current database with the contents of an", " existing RDB file.",