From 3440f6721181c6176d37da3f1991355397e51d9a Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 13 Jun 2024 10:09:30 +0100 Subject: Fix some more spellings in header files --- wsutil/json_dumper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil/json_dumper.h') diff --git a/wsutil/json_dumper.h b/wsutil/json_dumper.h index 184960aef6..d74c6027a2 100644 --- a/wsutil/json_dumper.h +++ b/wsutil/json_dumper.h @@ -59,7 +59,7 @@ typedef struct json_dumper { GString *output_string; /**< Output GLib strings. If it is not NULL, JSON will be dumped in the string. */ #define JSON_DUMPER_FLAGS_PRETTY_PRINT (1 << 0) /* Enable pretty printing. */ #define JSON_DUMPER_DOT_TO_UNDERSCORE (1 << 1) /* Convert dots to underscores in keys */ -#define JSON_DUMPER_FLAGS_NO_DEBUG (1 << 17) /* Disable fatal ws_error messsges on error(intended for speeding up fuzzing). */ +#define JSON_DUMPER_FLAGS_NO_DEBUG (1 << 17) /* Disable fatal ws_error messages on error(intended for speeding up fuzzing). */ int flags; /* for internal use, initialize with zeroes. */ unsigned current_depth; -- cgit v1.2.3