diff options
| author | Sascha Schumann <sas@php.net> | 2000-07-05 11:27:24 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-07-05 11:27:24 +0000 |
| commit | e805a607cf81b36c1a5c90bcb1a2b90f12869305 (patch) | |
| tree | ef2a92285df28ddbd7a64880bd7dc657d095485e /sapi/aolserver/aolserver.c | |
| parent | 8a2788a5c84b6c1694fbe55c64226998b7179ce1 (diff) | |
| download | php-git-e805a607cf81b36c1a5c90bcb1a2b90f12869305.tar.gz | |
Fix typo. A shutdown function is of course called, when the server
exits.
Diffstat (limited to 'sapi/aolserver/aolserver.c')
| -rw-r--r-- | sapi/aolserver/aolserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 0374893a31..21c4b4ff2e 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -576,7 +576,7 @@ php_ns_config(php_ns_context *ctx, char global) /* * php_ns_server_shutdown() performs the last steps before the - * server exists. Shutdowns basic services and frees memory + * server exits. Shutdowns basic services and frees memory */ static void |
