From 0d4d23b7fb679783b86e3f46d4748f2c99093555 Mon Sep 17 00:00:00 2001 From: Chris Hills Date: Sat, 13 Feb 2021 20:42:00 +0000 Subject: [PATCH] Update kvtest.c Correct a typo. --- test/kvtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kvtest.c b/test/kvtest.c index 04dc01045c..624c80b746 100644 --- a/test/kvtest.c +++ b/test/kvtest.c @@ -161,7 +161,7 @@ static const char zHelp[] = #endif /* -** Show thqe help text and quit. +** Show the help text and quit. */ static void showHelp(void){ fprintf(stdout, "%s", zHelp);