aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 16:52:19 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 16:52:19 +0800
commit30ea4fc416c533e9ca3c1fb464e08c004946de00 (patch)
treec48e23def89a4de71def8adf1fe36cce8d48adb9 /Makefile.in
parentd1d36cc9affb1010a32a87ddc3d74de862e4a2a1 (diff)
Makefile: typo fixes in check-legacy-binaries
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9717b4a7..695878c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -556,12 +556,12 @@ check-legacy-binaries:
fi;
@MIMEDB_LOC=$(prefix)/bin/mimedb;\
if test -x "$$MIMEDB_LOC" && $$MIMEDB_LOC --version 2>&1 | grep -q "^mimedb, version "; then\
- echo "An outdated mimedb binary from a prevoius fish install was found. You should remove it with:";\
+ echo "An outdated mimedb binary from a previous fish install was found. You should remove it with:";\
echo " rm '$$MIMEDB_LOC'";\
fi;
@FISHD_LOC=$(prefix)/bin/fishd;\
if test -x "$$FISHD_LOC" && $$FISHD_LOC --version 2>&1 | grep -q "^fishd: fishd, version "; then\
- echo "An outdated fishd binary from a prevoius fish install was found. You should remove it with:";\
+ echo "An outdated fishd binary from a previous fish install was found. You should remove it with:";\
echo " rm '$$FISHD_LOC'";\
fi;
@true;