summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@cdbdx.biz>2019-04-19 17:41:19 +0200
committerGabriel Caruso <carusogabriel34@gmail.com>2019-04-19 13:11:50 -0300
commitbaa9669392136632c8f4a014a8ae4706da4b2ce5 (patch)
tree903d727f39f147ed58af534c253a637b6eea6414 /ext/spl/spl_directory.c
parent994e20ec4f3169100b58b4bc48b3673a62bf5a3e (diff)
downloadphp-git-baa9669392136632c8f4a014a8ae4706da4b2ce5.tar.gz
Fix typo in comments
Diffstat (limited to 'ext/spl/spl_directory.c')
-rw-r--r--ext/spl/spl_directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c
index 430d13011f..97f4429e8f 100644
--- a/ext/spl/spl_directory.c
+++ b/ext/spl/spl_directory.c
@@ -1598,7 +1598,7 @@ SPL_METHOD(GlobIterator, __construct)
}
/* }}} */
-/* {{{ proto int GlobIterator::cont()
+/* {{{ proto int GlobIterator::count()
Return the number of directories and files found by globbing */
SPL_METHOD(GlobIterator, count)
{