From f086bcb894a11607f13153e69ced18cbfb5e4311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Mircea=20B=C3=AEru?= Date: Tue, 3 Jan 2012 21:24:33 +0000 Subject: [PATCH] fix misspelling FS#27811 --- linux.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.install b/linux.install index 8ab9487..cb44e4e 100644 --- a/linux.install +++ b/linux.install @@ -46,7 +46,7 @@ post_upgrade() { if grep "^[^#]*[[:space:]]/boot" etc/fstab 2>&1 >/dev/null; then if ! grep "[[:space:]]/boot" etc/mtab 2>&1 >/dev/null; then - echo "WARNING: /boot appears to be a seperate partition but is not mounted." + echo "WARNING: /boot appears to be a separate partition but is not mounted." echo " You probably just broke your system. Congratulations." fi fi