]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
saw this in passing... fix a small typo
authorJason Parker <jparker@digium.com>
Thu, 28 Dec 2006 20:40:23 +0000 (20:40 +0000)
committerJason Parker <jparker@digium.com>
Thu, 28 Dec 2006 20:40:23 +0000 (20:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49032 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/http.c

index cc4cfa458364b761dee1dcf1ac26ee84e69fe90b..67341e8a75f6932150759d45878009e87b97ab63 100644 (file)
@@ -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");
        }