summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-11-19 19:59:31 +0000
committerVeres Lajos <vlajos@gmail.com>2014-11-19 20:23:00 +0000
commit4b9535341addcdeaf44002e323733864325b30ab (patch)
tree4c5819be9e7939c00b4d60261751b78c6f1d82cc /ext/standard/filestat.c
parentf7674519804dc7000a56ef9fe12c49461ff0333a (diff)
downloadphp-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/standard/filestat.c')
-rw-r--r--ext/standard/filestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c
index 53aede1469..80d4ca4388 100644
--- a/ext/standard/filestat.c
+++ b/ext/standard/filestat.c
@@ -1048,7 +1048,7 @@ PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int typ
#else
ZVAL_LONG(&stat_blocks,-1);
#endif
- /* Store numeric indexes in propper order */
+ /* Store numeric indexes in proper order */
zend_hash_next_index_insert(HASH_OF(return_value), &stat_dev);
zend_hash_next_index_insert(HASH_OF(return_value), &stat_ino);
zend_hash_next_index_insert(HASH_OF(return_value), &stat_mode);