mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] ext/ftp: Fix typos
This commit is contained in:
parent
96cf1b5a9f
commit
c8559648fa
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ PHP_FUNCTION(ftp_rmdir)
|
|||
}
|
||||
GET_FTPBUF(ftp, z_ftp);
|
||||
|
||||
/* remove directorie */
|
||||
/* remove directories */
|
||||
if (!ftp_rmdir(ftp, dir, dir_len)) {
|
||||
if (*ftp->inbuf) {
|
||||
php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue