Skip to content

Commit 6b1337b

Browse files
committed
Fix typo [no-ci]
1 parent d7b77a4 commit 6b1337b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/spl/spl_directory.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ PHP_METHOD(SplFileObject, getChildren)
23042304
/* return NULL */
23052305
} /* }}} */
23062306

2307-
/* {{{ Return current line as csv */
2307+
/* {{{ Return current line as CSV */
23082308
PHP_METHOD(SplFileObject, fgetcsv)
23092309
{
23102310
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);
@@ -2546,7 +2546,7 @@ PHP_METHOD(SplFileObject, fseek)
25462546
RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, (int)whence));
25472547
} /* }}} */
25482548

2549-
/* {{{ Get a character form the file */
2549+
/* {{{ Get a character from the file */
25502550
PHP_METHOD(SplFileObject, fgetc)
25512551
{
25522552
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);

0 commit comments

Comments
 (0)