summaryrefslogtreecommitdiff
path: root/ci/compat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/compat.sh')
-rwxr-xr-xci/compat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/compat.sh b/ci/compat.sh
index f5895fd..5a83be7 100755
--- a/ci/compat.sh
+++ b/ci/compat.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# This script checks that `zig build` will return an useful error message when
+# This script checks that `zig build` will return a useful error message when
# the Zig compiler is not compatible, instead of failing due to a syntax error.
#
# This script should be run on an UNIX system.