]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix typo
authorThomas Veerman <thomas@minix3.org>
Mon, 7 Jun 2010 13:46:05 +0000 (13:46 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 7 Jun 2010 13:46:05 +0000 (13:46 +0000)
commands/umount/umount.c

index bf2fe1c6fbd53c956c2076b9b3817ecd40ce2f84..87d27fc4d8de9b4b284ab62ee89470657562eabf 100644 (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);