From 8ad5009b22ffb252944c6dc4fed92dc7b435f60b Mon Sep 17 00:00:00 2001 From: Boian Bonev Date: Thu, 31 Jan 2002 17:02:48 +0000 Subject: [PATCH] fix comment --- ext/vpopmail/php_vpopmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 1f8882e0f04..3770ea0b37a 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -865,7 +865,7 @@ PHP_FUNCTION(vpopmail_alias_get) /* }}} */ /* {{{ proto array vpopmail_alias_get_all(string domain) - get all lines of an alias for a domain */ + get all alias lines for all users in a domain */ PHP_FUNCTION(vpopmail_alias_get_all) { zval **domain;