fix misspelling FS#27811

This commit is contained in:
Ionuț Mircea Bîru 2012-01-03 21:24:33 +00:00
parent df0769de8b
commit f086bcb894
1 changed files with 1 additions and 1 deletions

View File

@ -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