From 3592b191509a853ceee0d496e4b8b418a82fe870 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Thu, 16 Jan 2025 02:10:25 -0500 Subject: [PATCH] Fix a minor typo in flatc --help output (#8468) --- src/flatc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatc.cpp b/src/flatc.cpp index 1aee9a62c..d06e858a1 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -88,7 +88,7 @@ const static FlatCOption flatc_options[] = { "Output fields whose value is the default when writing JSON" }, { "", "unknown-json", "", "Allow fields in JSON that are not defined in the schema. These fields " - "will be discared when generating binaries." }, + "will be discarded when generating binaries." }, { "", "no-prefix", "", "Don't prefix enum values with the enum type in C++." }, { "", "scoped-enums", "",