summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJMcKiern <jmckiern@tcd.ie>2019-09-29 21:27:32 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-09-29 21:27:32 +0100
commit04f659e768486da4fc73a97a633f140d9733bf78 (patch)
tree7d1ecef7d6a39891d2485ae8a0ef8f12673d2b93 /bin
parent316e4e94171d8d269b80dd9e329fc1fe610fbfe2 (diff)
downloadopenttd-04f659e768486da4fc73a97a633f140d9733bf78.tar.xz
Fix: Some typos found using codespell
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ai/regression/completeness.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ai/regression/completeness.sh b/bin/ai/regression/completeness.sh
index 9f5e96eb0..2e4240155 100755
--- a/bin/ai/regression/completeness.sh
+++ b/bin/ai/regression/completeness.sh
@@ -46,9 +46,9 @@ cat ai/regression/tst_*/main.nut | tr ';' '\n' | awk '
}
}
}
- # We want to remove everything before the FIRST occurence of AI.
- # If we do not remove any other occurences of AI from the string
- # we will remove everything before the LAST occurence of AI, so
+ # We want to remove everything before the FIRST occurrence of AI.
+ # If we do not remove any other occurrences of AI from the string
+ # we will remove everything before the LAST occurrence of AI, so
# do some little magic to make it work the way we want.
sub("AI", "AXXXXY")
gsub("AI", "AXXXXX")