From a53de7f7c2cd3ac46b26642aafb1a573a096a80d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 21 Jul 2008 13:46:54 +0000 Subject: - fix spelling --- networking/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/httpd.c b/networking/httpd.c index 66c6982..f7e044d 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -1568,7 +1568,7 @@ static void send_file_and_exit(const char *url, int what) f = open(url, O_RDONLY); if (f < 0) { if (DEBUG) - bb_perror_msg("cannot open '%s'", url); + bb_perror_msg("can't open '%s'", url); /* Error pages are sent by using send_file_and_exit(SEND_BODY). * IOW: it is unsafe to call send_headers_and_exit * if what is SEND_BODY! Can recurse! */ -- cgit v1.1