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 --- coreutils/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/stty.c b/coreutils/stty.c index 80b94dbad..a41faaf1e 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c @@ -792,7 +792,7 @@ end_option: } fdflags = fcntl(STDIN_FILENO, F_GETFL); if (fdflags == -1 || fcntl(STDIN_FILENO, F_SETFL, fdflags & ~O_NONBLOCK) < 0) - perror_on_device_and_die("%s: couldn't reset non-blocking mode"); + perror_on_device_and_die("%s: cannot reset non-blocking mode"); } /* Initialize to all zeroes so there is no risk memcmp will report a -- cgit v1.2.3-55-g6feb