]> granicus.if.org Git - php/commitdiff
Fixed some minor typos
authorSander Roobol <sander@php.net>
Thu, 2 May 2002 17:19:42 +0000 (17:19 +0000)
committerSander Roobol <sander@php.net>
Thu, 2 May 2002 17:19:42 +0000 (17:19 +0000)
sapi/cgi/cgi_main.c

index b8d9b788d4560f462b22ba808cbd7babb2834d5b..6da5a80574eb9278dc460b40529d728038cf1ab4 100644 (file)
@@ -597,12 +597,12 @@ int main(int argc, char *argv[])
                        PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\
 <p>This PHP CGI binary was compiled with force-cgi-redirect enabled.  This\n\
 means that a page will only be served up if the REDIRECT_STATUS CGI variable is\n\
-set, eg via an Apache Action directive.</p>\n\
+set, e.g. via an Apache Action directive.</p>\n\
 <p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"http://php.net/security.cgi-bin\">\
-manual page for cgi security</a>.</p>\n\
+manual page for CGI security</a>.</p>\n\
 <p>For more information about changing this behaviour or re-enabling this webserver,\n\
 consult the installation file that came with this distribution, or visit \n\
-<a href=\"http://php.net/install.windows\">the manual page</a></p>\n");
+<a href=\"http://php.net/install.windows\">the manual page</a>.</p>\n");
 
 #ifdef ZTS
                tsrm_shutdown();