From: Yoshiki Hayashi Date: Fri, 19 Dec 2003 05:30:30 +0000 (+0000) Subject: Fix grammatical errors. X-Git-Tag: pre_ajp_proxy~908 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3425d61c0fcdc6ed415f342304cfa2517737d8e9;p=apache Fix grammatical errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102090 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 7df4948d30..13dac30b60 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -363,7 +363,7 @@

Environment variables are values that float around you as you use your computer. They are useful things like your path - (where the computer searches for a the actual file + (where the computer searches for the actual file implementing a command when you type it), your username, your terminal type, and so on. For a full list of your normal, every day environment variables, type @@ -432,7 +432,7 @@

You'll sometimes also see this type of string appended to - the a URL. When that is done, the server puts that string + a URL. When that is done, the server puts that string into the environment variable called QUERY_STRING. That's called a GET request. Your HTML form specifies whether a GET diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index bee792f56c..6521220d3c 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -353,7 +353,7 @@

Environment variables are values that float around you as you use your computer. They are useful things like your path - (where the computer searches for a the actual file + (where the computer searches for the actual file implementing a command when you type it), your username, your terminal type, and so on. For a full list of your normal, every day environment variables, type @@ -423,7 +423,7 @@

You'll sometimes also see this type of string appended to - the a URL. When that is done, the server puts that string + a URL. When that is done, the server puts that string into the environment variable called QUERY_STRING. That's called a GET request. Your HTML form specifies whether a GET