]> granicus.if.org Git - php/commitdiff
A field of mines
authorSascha Schumann <sas@php.net>
Tue, 28 Nov 2000 06:54:16 +0000 (06:54 +0000)
committerSascha Schumann <sas@php.net>
Tue, 28 Nov 2000 06:54:16 +0000 (06:54 +0000)
Submitted by: jon@csh.rit.edu

main/SAPI.h

index 006dca7de1bc5081ec15d85b7cbc380f445d67ad..9d7c70ac7933a4d5de00eb7912429d69343efc42 100644 (file)
@@ -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().