mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
Fix typo
This commit is contained in:
@@ -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, "");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user