summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_virtual_cwd.h2
-rw-r--r--Zend/zend_vm_gen.php2
2 files changed, 2 insertions, 2 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 */
diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php
index 45e298c9b0..6cbb2c5087 100644
--- a/Zend/zend_vm_gen.php
+++ b/Zend/zend_vm_gen.php
@@ -705,7 +705,7 @@ function opcode_name($name, $spec, $op1, $op2) {
} else if (isset($opcode["op2"]["ANY"])) {
$op2 = "ANY";
} else if ($spec) {
- /* dispatch to unkonwn handler in unreachable code */
+ /* dispatch to unknown handler in unreachable code */
return "ZEND_NULL";
}
}