Browse Source

Update src/main.cpp

Co-authored-by: Itzik Shneorson <[email protected]>
gingerBill 1 tháng trước cách đây
mục cha
commit
0c7260e701
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -2583,7 +2583,7 @@ gb_internal int print_show_help(String const arg0, String command, String option
 	}
 
 	if (check) {
-		if (print_flag("-integer-division-by-zero:<strng>")) {
+		if (print_flag("-integer-division-by-zero:<string>")) {
 			print_usage_line(2, "Specifies the default behaviour for integer division by zero.");
 			print_usage_line(2, "Available Options:");
 			print_usage_line(3, "-integer-division-by-zero:trap        Trap on division/modulo/remainder by zero");