From 30ea4fc416c533e9ca3c1fb464e08c004946de00 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 25 Jul 2015 16:52:19 +0800 Subject: Makefile: typo fixes in check-legacy-binaries --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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; -- cgit v1.2.3