From 2fc3897df50b4afafd49ebe58c4ba25eddf2a22b Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 29 Sep 2006 21:30:43 +0000 Subject: Yet another silly little byte saving. couldn't -> cannot git-svn-id: svn://busybox.net/trunk/busybox@16263 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/mdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mdev.c b/util-linux/mdev.c index acc5012d4..b292e14b7 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -185,7 +185,7 @@ static void make_device(char *path, int delete) putenv(s); free(s); free(command); - if (rc == -1) bb_perror_msg_and_die("Couldn't run %s", command); + if (rc == -1) bb_perror_msg_and_die("cannot run %s", command); } if (delete) unlink(device_name); } -- cgit v1.2.3-55-g6feb