diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-29 21:30:43 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-29 21:30:43 +0000 |
commit | 2fc3897df50b4afafd49ebe58c4ba25eddf2a22b (patch) | |
tree | 331b3963cb98fded02b753ca33bfa37cb48a97c6 /util-linux | |
parent | 1b35b0f2714fa94733d9f37a9c5cc92538a160f6 (diff) | |
download | busybox-w32-2fc3897df50b4afafd49ebe58c4ba25eddf2a22b.tar.gz busybox-w32-2fc3897df50b4afafd49ebe58c4ba25eddf2a22b.tar.bz2 busybox-w32-2fc3897df50b4afafd49ebe58c4ba25eddf2a22b.zip |
Yet another silly little byte saving. couldn't -> cannot
git-svn-id: svn://busybox.net/trunk/busybox@16263 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
185 | putenv(s); | 185 | putenv(s); |
186 | free(s); | 186 | free(s); |
187 | free(command); | 187 | free(command); |
188 | if (rc == -1) bb_perror_msg_and_die("Couldn't run %s", command); | 188 | if (rc == -1) bb_perror_msg_and_die("cannot run %s", command); |
189 | } | 189 | } |
190 | if (delete) unlink(device_name); | 190 | if (delete) unlink(device_name); |
191 | } | 191 | } |