diff options
| author | Andi Gutmans <andi@php.net> | 2001-03-21 20:07:19 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2001-03-21 20:07:19 +0000 |
| commit | 022ece781419218952ab101f71950e8029dbcb96 (patch) | |
| tree | f4eab316b711e380c3b02eb9add8bafe726d61b6 /ext/pfpro/php_pfpro.h | |
| parent | 983bfff7dec43f4e0c97d5a98019a6657746cf48 (diff) | |
| download | php-git-022ece781419218952ab101f71950e8029dbcb96.tar.gz | |
- Fix spelling error
Diffstat (limited to 'ext/pfpro/php_pfpro.h')
| -rw-r--r-- | ext/pfpro/php_pfpro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pfpro/php_pfpro.h b/ext/pfpro/php_pfpro.h index b035f98ba9..31d21c3bd0 100644 --- a/ext/pfpro/php_pfpro.h +++ b/ext/pfpro/php_pfpro.h @@ -46,7 +46,7 @@ PHP_FUNCTION(pfpro_process); /* Transaction processing */ typedef struct { int le_pfpro; - int initialised; + int initialized; char *defaulthost; int defaultport; int defaulttimeout; |
