Skip to content

Commit

Permalink
Fix typo [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela committed Jul 30, 2021
1 parent d7b77a4 commit 6b1337b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/spl/spl_directory.c
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ PHP_METHOD(SplFileObject, getChildren)
/* return NULL */
} /* }}} */

/* {{{ Return current line as csv */
/* {{{ Return current line as CSV */
PHP_METHOD(SplFileObject, fgetcsv)
{
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);
Expand Down Expand Up @@ -2546,7 +2546,7 @@ PHP_METHOD(SplFileObject, fseek)
RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, (int)whence));
} /* }}} */

/* {{{ Get a character form the file */
/* {{{ Get a character from the file */
PHP_METHOD(SplFileObject, fgetc)
{
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);
Expand Down

0 comments on commit 6b1337b

Please sign in to comment.