mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
saw this in passing... fix a small typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49032 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user