diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 01:13:56 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 01:13:56 +0000 |
commit | 3d069ad47acec10e0ef434afbd79b5d3e0d77596 (patch) | |
tree | 2cd8aefc64fec3e76f720d71eb36492e54d37507 /gcc/ada/g-cgi.ads | |
parent | 8626dbb9ba26fc1b06f3de7738aae45f5e302725 (diff) | |
download | gcc-3d069ad47acec10e0ef434afbd79b5d3e0d77596.tar.gz |
* 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48055 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-cgi.ads')
-rw-r--r-- | gcc/ada/g-cgi.ads | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/ada/g-cgi.ads b/gcc/ada/g-cgi.ads index 10e4907d6e5..a64ae7f9c60 100644 --- a/gcc/ada/g-cgi.ads +++ b/gcc/ada/g-cgi.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.9 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 2000 Ada Core Technologies, Inc. -- -- -- @@ -133,7 +133,7 @@ package GNAT.CGI is (Auth_Type, Content_Length, Content_Type, - Document_Root, -- Web server dependant + Document_Root, -- Web server dependent Gateway_Interface, HTTP_Accept, HTTP_Accept_Encoding, @@ -151,26 +151,26 @@ package GNAT.CGI is Query_String, Remote_Addr, Remote_Host, - Remote_Port, -- Web server dependant + Remote_Port, -- Web server dependent Remote_Ident, Remote_User, Request_Method, - Request_URI, -- Web server dependant - Script_Filename, -- Web server dependant + Request_URI, -- Web server dependent + Script_Filename, -- Web server dependent Script_Name, - Server_Addr, -- Web server dependant - Server_Admin, -- Web server dependant + Server_Addr, -- Web server dependent + Server_Admin, -- Web server dependent Server_Name, Server_Port, Server_Protocol, - Server_Signature, -- Web server dependant + Server_Signature, -- Web server dependent Server_Software); -- CGI metavariables that are set by the Web server during program -- execution. All these variables are part of the restricted CGI runtime -- environment and can be read using Metavariable service. The detailed -- meanings of these metavariables are out of the scope of this -- description. Please refer to http://www.w3.org/CGI/ for a description - -- of the CGI specification. Some metavariables are Web server dependant + -- of the CGI specification. Some metavariables are Web server dependent -- and are not described in the cited document. procedure Put_Header |