diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-29 21:30:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-29 21:30:43 +0000 |
commit | a959588b80529ef5e02048ed71f3c7bf9a117217 (patch) | |
tree | 331b3963cb98fded02b753ca33bfa37cb48a97c6 /libbb | |
parent | 6c30db8bd37da1466dc71bf3c8c20851d8f46c43 (diff) | |
download | busybox-w32-a959588b80529ef5e02048ed71f3c7bf9a117217.tar.gz busybox-w32-a959588b80529ef5e02048ed71f3c7bf9a117217.tar.bz2 busybox-w32-a959588b80529ef5e02048ed71f3c7bf9a117217.zip |
Yet another silly little byte saving. couldn't -> cannot
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/get_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/get_console.c b/libbb/get_console.c index afe60c268..52ae3d215 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c | |||
@@ -72,6 +72,6 @@ int get_console_fd(void) | |||
72 | } | 72 | } |
73 | } | 73 | } |
74 | 74 | ||
75 | bb_error_msg("Couldn't get a file descriptor referring to the console"); | 75 | bb_error_msg("cannot get file descriptor referring to console"); |
76 | return fd; /* total failure */ | 76 | return fd; /* total failure */ |
77 | } | 77 | } |