From a81845ea341633fc3912fee39a3288aebdf86a24 Mon Sep 17 00:00:00 2001 From: guangwu Date: Mon, 21 Aug 2023 09:31:58 +0800 Subject: [PATCH] fix: hexadecimal typo --- munit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munit.c b/munit.c index 00ede07..dd91d91 100644 --- a/munit.c +++ b/munit.c @@ -1705,7 +1705,7 @@ munit_print_help(int argc, char* const argv[MUNIT_ARRAY_PARAM(argc + 1)], void* puts(" --seed SEED\n" " Value used to seed the PRNG. Must be a 32-bit integer in decimal\n" " notation with no separators (commas, decimals, spaces, etc.), or\n" - " hexidecimal prefixed by \"0x\".\n" + " hexadecimal prefixed by \"0x\".\n" " --iterations N\n" " Run each test N times. 0 means the default number.\n" " --param name value\n"