From 9ba68f20245bce78a21f237615d9c393b49c8e35 Mon Sep 17 00:00:00 2001 From: Bambo-Borris Date: Mon, 2 Jun 2025 12:48:45 +0100 Subject: Correct spelling in `odin doc -help` output --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index af321258c..b7c3e5abc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2671,7 +2671,7 @@ gb_internal int print_show_help(String const arg0, String command, String option if (doc) { if (print_flag("-out:")) { - print_usage_line(2, "Sets the base name of the resultig .odin-doc file."); + print_usage_line(2, "Sets the base name of the resulting .odin-doc file."); print_usage_line(2, "The extension can be optionally included; the resulting file will always have an extension of '.odin-doc'."); print_usage_line(2, "Example: -out:foo"); } -- cgit v1.2.3