summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-11-28 06:54:16 +0000
committerSascha Schumann <sas@php.net>2000-11-28 06:54:16 +0000
commitdcd971e6bfe2d9b84f9977a3c7ee51e510e96fa6 (patch)
tree3017f492b538d351085149f3d1ec04d36cdb9824 /main/SAPI.h
parent4e1b1fa929e44fad71acf28a3b44e2bf11932395 (diff)
downloadphp-git-dcd971e6bfe2d9b84f9977a3c7ee51e510e96fa6.tar.gz
A field of mines
Submitted by: jon@csh.rit.edu
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 006dca7de1..9d7c70ac79 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -59,7 +59,7 @@ typedef struct _sapi_module_struct sapi_module_struct;
extern sapi_module_struct sapi_module; /* true global */
-/* Some values in this structure needs to be field in before
+/* Some values in this structure needs to be filled in before
* calling sapi_activate(). We WILL change the `char *' entries,
* so make sure that you allocate a separate buffer for them
* and that you free them after sapi_deactivate().