From b453efdfa4f5700eb1cdb406036d70533622a949 Mon Sep 17 00:00:00 2001 From: qwell Date: Thu, 28 Dec 2006 20:40:23 +0000 Subject: saw this in passing... fix a small typo git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49032 f38db490-d61c-443f-a65b-d21fe96a405b --- main/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/http.c b/main/http.c index cc4cfa458..67341e8a7 100644 --- a/main/http.c +++ b/main/http.c @@ -359,7 +359,7 @@ static char *handle_uri(struct sockaddr_in *sin, char *uri, int *status, char ** *status = 302; *title = strdup("Moved Temporarily"); } else { - c = ast_http_error(404, "Not Found", NULL, "The requested URL was not found on this serer."); + c = ast_http_error(404, "Not Found", NULL, "The requested URL was not found on this server."); *status = 404; *title = strdup("Not Found"); } -- cgit v1.2.3