summaryrefslogtreecommitdiff
path: root/Zend/zend_virtual_cwd.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-25 05:38:50 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-25 11:57:11 +0200
commita5e80b22e11c2db7fd5ff07b5b7a28f80745e89b (patch)
tree31d5964b5ceeb8ca1f81511f08bc4b89d872e8a7 /Zend/zend_virtual_cwd.h
parenta29a800cb0749c19a99a7019219c44b5415b6a78 (diff)
downloadphp-git-a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b.tar.gz
Fix typos in code comments
Diffstat (limited to 'Zend/zend_virtual_cwd.h')
-rw-r--r--Zend/zend_virtual_cwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_virtual_cwd.h b/Zend/zend_virtual_cwd.h
index 579f4cd20a..43d3965adb 100644
--- a/Zend/zend_virtual_cwd.h
+++ b/Zend/zend_virtual_cwd.h
@@ -170,7 +170,7 @@ CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int li
/* One of the following constants must be used as the last argument
in virtual_file_ex() call. */
-#define CWD_EXPAND 0 /* expand "." and ".." but dont resolve symlinks */
+#define CWD_EXPAND 0 /* expand "." and ".." but don't resolve symlinks */
#define CWD_FILEPATH 1 /* resolve symlinks if file is exist otherwise expand */
#define CWD_REALPATH 2 /* call realpath(), resolve symlinks. File must exist */