aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-11-21 20:49:55 +0000
committerChris Boesch <[email protected]>2023-11-21 20:49:55 +0000
commit5eafe16e974f5f9c21c4fba5a6d686e780dfe394 (patch)
tree4e841b516ea1cb0e4cb640e4ef37e0037c275346 /ci
parentf987a06cccc47b79e78203870eac443051002895 (diff)
parent46e3a38dbc9850fa409897ba398a747bce1766bd (diff)
downloadziglings-5eafe16e974f5f9c21c4fba5a6d686e780dfe394.tar.xz
ziglings-5eafe16e974f5f9c21c4fba5a6d686e780dfe394.zip
Merge pull request 'Fix two minor typos' (#29) from A-h-m-e-d/exercises:typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/29 Thanks!
Diffstat (limited to 'ci')
-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.