Skip to content

Commit c855964

Browse files
committed
[skip ci] ext/ftp: Fix typos
1 parent 96cf1b5 commit c855964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ftp/php_ftp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ PHP_FUNCTION(ftp_rmdir)
390390
}
391391
GET_FTPBUF(ftp, z_ftp);
392392

393-
/* remove directorie */
393+
/* remove directories */
394394
if (!ftp_rmdir(ftp, dir, dir_len)) {
395395
if (*ftp->inbuf) {
396396
php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);

0 commit comments

Comments
 (0)