summaryrefslogtreecommitdiff
path: root/ext/vpopmail/php_vpopmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/vpopmail/php_vpopmail.c')
-rw-r--r--ext/vpopmail/php_vpopmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c
index 1f8882e0f0..3770ea0b37 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;