aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-29 21:30:43 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-29 21:30:43 +0000
commit2fc3897df50b4afafd49ebe58c4ba25eddf2a22b (patch)
tree331b3963cb98fded02b753ca33bfa37cb48a97c6 /libbb
parent1b35b0f2714fa94733d9f37a9c5cc92538a160f6 (diff)
downloadbusybox-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 'libbb')
-rw-r--r--libbb/get_console.c2
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}