summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/023-1.inc2
-rw-r--r--tests/security/open_basedir.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/023-1.inc b/tests/lang/023-1.inc
index e4c480c730..548605e696 100644
--- a/tests/lang/023-1.inc
+++ b/tests/lang/023-1.inc
@@ -3,7 +3,7 @@
<?php
/* the point of this file is to intensively test various aspects of
* the parser. right now, each test focuses in one aspect only
- * (e.g. variable aliasing, arithemtic operator, various control
+ * (e.g. variable aliasing, arithmetic operator, various control
* structures), while trying to combine code from other parts of the
* parser as well.
*/
diff --git a/tests/security/open_basedir.inc b/tests/security/open_basedir.inc
index b97071bfbd..21338ef1cf 100644
--- a/tests/security/open_basedir.inc
+++ b/tests/security/open_basedir.inc
@@ -11,7 +11,7 @@
//
// For this reason we set the open_basedir to . (current directory) and then
// move around to various directories for testing using chdir(). This is NOT
-// recommended for production use as . bypasses all semblence of security..!
+// recommended for production use as . bypasses all semblances of security..!
//
// Although safe mode has been removed in php 6.0, open_basedir is still valid.
// See http://www.php.net/features.safe-mode for more information