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 /networking/udhcp/dhcpc.c | |
parent | 6c30db8bd37da1466dc71bf3c8c20851d8f46c43 (diff) |
Yet another silly little byte saving. couldn't -> cannot
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 499183f18..9ab6aee8c 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -320,7 +320,7 @@ int udhcpc_main(int argc, char *argv[]) else fd = raw_socket(client_config.ifindex); if (fd < 0) { - bb_perror_msg("FATAL: couldn't listen on socket"); + bb_perror_msg("FATAL: cannot listen on socket"); return 0; } } |