summaryrefslogtreecommitdiffstats
path: root/watchtestscripts.sh
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2024-02-11 20:51:33 +0900
committerGitHub <noreply@github.com>2024-02-11 13:51:33 +0200
commit0672b5c76605132475ff18b8c526f1cf0d6affc3 (patch)
tree2af2eb9d8eb1458ed6c39b58328c7d21d0c522d2 /watchtestscripts.sh
parente309f82efe1885aa5b8030be48c36ba4432ddd7b (diff)
all: Fix typos
Diffstat (limited to 'watchtestscripts.sh')
-rwxr-xr-xwatchtestscripts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchtestscripts.sh b/watchtestscripts.sh
index 2f6be079e..bf61d0cc3 100755
--- a/watchtestscripts.sh
+++ b/watchtestscripts.sh
@@ -3,5 +3,5 @@
trap exit SIGINT
# I use "run tests on save" in my editor.
-# Unfortantly, changes to text files does not trigger this. Hence this workaround.
+# Unfortunately, changes to text files does not trigger this. Hence this workaround.
while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done \ No newline at end of file