]> git.sesse.net Git - vlc/commitdiff
* src/misc/httpd.c: spelling mistake.
authorGildas Bazin <gbazin@videolan.org>
Thu, 9 Sep 2004 22:18:51 +0000 (22:18 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 9 Sep 2004 22:18:51 +0000 (22:18 +0000)
src/misc/httpd.c

index 8e09797957ca4fec21c99d447c4f818c36e178d5..fcb33674697e2c3e8b22baee99e336abc67f10c8 100644 (file)
@@ -2225,7 +2225,7 @@ static void httpd_HostThread( httpd_host_t *host )
                             p += sprintf( p, "<title>Error 404</title>\n" );
                             p += sprintf( p, "</head>\n" );
                             p += sprintf( p, "<body>\n" );
-                            p += sprintf( p, "<h1><center> 404 Ressource not found(%s)</center></h1>\n", query->psz_url );
+                            p += sprintf( p, "<h1><center> 404 Resource not found(%s)</center></h1>\n", query->psz_url );
                             p += sprintf( p, "<hr />\n" );
                             p += sprintf( p, "<a href=\"http://www.videolan.org\">VideoLAN</a>\n" );
                             p += sprintf( p, "</body>\n" );