From c49fbc7082a21d8db13aa3172a1de9c6dc62a90e Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 22 Jul 2019 11:00:31 +0800 Subject: [PATCH] correct spelling mistake --- test/suites/api/test_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/api/test_dump.c b/test/suites/api/test_dump.c index 17c495a..cd4af63 100644 --- a/test/suites/api/test_dump.c +++ b/test/suites/api/test_dump.c @@ -28,7 +28,7 @@ static void encode_null() fail("json_dumps didn't fail for NULL"); if(json_dumpb(NULL, NULL, 0, JSON_ENCODE_ANY) != 0) - fail("json_dumps didn't fail for NULL"); + fail("json_dumpb didn't fail for NULL"); if(json_dumpf(NULL, stderr, JSON_ENCODE_ANY) != -1) fail("json_dumpf didn't fail for NULL");