aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/json_dumper.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@gmail.com>2024-06-13 10:09:30 +0100
committerMartin Mathieson <martin.r.mathieson@gmail.com>2024-06-13 10:11:26 +0100
commit3440f6721181c6176d37da3f1991355397e51d9a (patch)
tree20cf4bd71da5027ab0bafff6ee97656b371fed05 /wsutil/json_dumper.h
parent440b23d4bfca60a176a0e03418363895fd4b6b65 (diff)
Fix some more spellings in header files
Diffstat (limited to 'wsutil/json_dumper.h')
-rw-r--r--wsutil/json_dumper.h2
1 files changed, 1 insertions, 1 deletions
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;