This commit is contained in:
Thomas Veerman 2010-06-07 13:46:05 +00:00
parent a98b9ca8dc
commit 4b6b1bc47a

View file

@ -35,7 +35,7 @@ char *argv[];
if (errno == EINVAL)
std_err("umount: Device not mounted\n");
else if (errno == ENOTBLK)
std_err("unount: Not a mountpoint\n");
std_err("umount: Not a mountpoint\n");
else
perror("umount");
exit(1);