summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-21 15:12:16 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-21 15:32:46 +0200
commit395f10cb98af122404bcdc2eb60d30decf297625 (patch)
tree63652a3a4770d4c2ba6ac8629d0164d6baec416d /make-dist
parentbf4accb65e71997c082a23cf492563243b1f4c34 (diff)
downloademacs-395f10cb98af122404bcdc2eb60d30decf297625.tar.gz
; Fix more trivial typos
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 6901a4cfa1c..de4f343ddd4 100755
--- a/make-dist
+++ b/make-dist
@@ -110,7 +110,7 @@ while [ $# -gt 0 ]; do
;;
## Include the test/ directory.
- ## This is for backward compability to when --no-tests was the default.
+ ## This is for backward compatibility to when --no-tests was the default.
"--tests")
with_tests=yes
;;