diff options
| author | Tarık B <mtarik34b@gmail.com> | 2023-11-24 20:42:11 +0100 |
|---|---|---|
| committer | Tarık B <mtarik34b@gmail.com> | 2023-11-25 10:24:22 +0100 |
| commit | 70525a12cadcfa45ea78522c8003227d27f4847b (patch) | |
| tree | 21b7b0505e6d8bf0da7d50e8c77ab47a7f4e2150 /src/main.cpp | |
| parent | 914950592cd05445d5f9b42fb6cf459a002f21fc (diff) | |
Fix typo
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ccacf168a..066a86fb8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1938,7 +1938,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { print_usage_line(0, ""); print_usage_line(1, "-foreign-error-procedures"); - print_usage_line(2, "States that the error procedues used in the runtime are defined in a separate translation unit"); + print_usage_line(2, "States that the error procedures used in the runtime are defined in a separate translation unit"); print_usage_line(0, ""); } |