From: Sascha Schumann Date: Tue, 28 Nov 2000 06:54:16 +0000 (+0000) Subject: A field of mines X-Git-Tag: php-4.0.4RC3~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcd971e6bfe2d9b84f9977a3c7ee51e510e96fa6;p=php A field of mines Submitted by: jon@csh.rit.edu --- 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().