Skip to content

Commit 45215d0

Browse files
php_spl.c: fix typo in spl_classes() description [skip ci]
1 parent 45d948f commit 45215d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/php_spl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ PHP_FUNCTION(class_uses)
213213
SPL_ADD_CLASS(UnderflowException, z_list, sub, allow, ce_flags); \
214214
SPL_ADD_CLASS(UnexpectedValueException, z_list, sub, allow, ce_flags); \
215215

216-
/* {{{ Return an array containing the names of all clsses and interfaces defined in SPL */
216+
/* {{{ Return an array containing the names of all classes and interfaces defined in SPL */
217217
PHP_FUNCTION(spl_classes)
218218
{
219219
if (zend_parse_parameters_none() == FAILURE) {

0 commit comments

Comments
 (0)