From a6f59cfb9b4e89409202e18537b4b084f80dfb02 Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Thu, 23 Apr 2026 23:10:03 -0600 Subject: [PATCH] fix typo --- CompileCheck.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileCheck.zig b/CompileCheck.zig index 43c8e6b..e23ba43 100644 --- a/CompileCheck.zig +++ b/CompileCheck.zig @@ -36,7 +36,7 @@ pub fn create(b: *std.Build, target: std.Build.ResolvedTarget, kind: Kind) *Comp const source_path = write_files.add( switch (kind) { .exe => "compilecheck-exe.c", - .header => "copmilecheck-header.c", + .header => "compilecheck-header.c", }, source_duped, );