mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Typo
This commit is contained in:
parent
fc1ad96953
commit
378dacf99f
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
|
|||
if (myargc == 5) {
|
||||
convert_to_long_ex(retries);
|
||||
if (retries < 0) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING ,"Retries must be greater or eqaul to 0");
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING ,"Retries must be greater or equal to 0");
|
||||
} else {
|
||||
mail_parameters(NIL, SET_MAXLOGINTRIALS, (void *) Z_LVAL_PP(retries));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue