Skip to content
Snippets Groups Projects
Commit 9a3cef21 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

typo: serer -> server


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6bbd50bc
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment