aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-06-02 13:56:21 +0200
committerGitHub <noreply@github.com>2025-06-02 13:56:21 +0200
commite0c9bcbb803c7662f444871847f2c09882dd4ec5 (patch)
tree61c66262a7e186add8111aec6767825b17eeac6a /src/main.cpp
parentcd1f66e85c22b019adf53835f5d24231cb071e6d (diff)
parent9ba68f20245bce78a21f237615d9c393b49c8e35 (diff)
Merge pull request #5256 from Bambo-Borris/correct-spelling-in-odin-doc-help-output
Correct spelling in `odin doc -help` output
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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:<filepath>")) {
- 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");
}