From 4b6b1bc47af840232b783839b60b37b456e384de Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Mon, 7 Jun 2010 13:46:05 +0000 Subject: [PATCH] Fix typo --- commands/umount/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/umount/umount.c b/commands/umount/umount.c index bf2fe1c6f..87d27fc4d 100644 --- a/commands/umount/umount.c +++ b/commands/umount/umount.c @@ -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); -- 2.44.0