[svn-commits] rizzo: trunk r45151 - /trunk/main/http.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Oct 15 13:37:43 MST 2006
Author: rizzo
Date: Sun Oct 15 15:37:42 2006
New Revision: 45151
URL: http://svn.digium.com/view/asterisk?rev=45151&view=rev
Log:
typo: serer -> server
Modified:
trunk/main/http.c
Modified: trunk/main/http.c
URL: http://svn.digium.com/view/asterisk/trunk/main/http.c?rev=45151&r1=45150&r2=45151&view=diff
==============================================================================
--- trunk/main/http.c (original)
+++ trunk/main/http.c Sun Oct 15 15:37:42 2006
@@ -344,7 +344,7 @@
*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");
}
More information about the svn-commits
mailing list