Bläddra i källkod

spelling in compilation errors

Ben 5 månader sedan
förälder
incheckning
0be7639c0a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/check_type.cpp

+ 1 - 1
src/check_type.cpp

@@ -3284,7 +3284,7 @@ gb_internal void check_array_type_internal(CheckerContext *ctx, Ast *e, Type **t
 		}
 		}
 
 
 		if (count < 0) {
 		if (count < 0) {
-			error(at->count, "? can only be used in conjuction with compound literals");
+			error(at->count, "? can only be used in conjunction with compound literals");
 			count = 0;
 			count = 0;
 		}
 		}