summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug48601.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug48601.phpt')
-rw-r--r--ext/simplexml/tests/bug48601.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug48601.phpt b/ext/simplexml/tests/bug48601.phpt
index 24bf2bf8a5..0b81facf49 100644
--- a/ext/simplexml/tests/bug48601.phpt
+++ b/ext/simplexml/tests/bug48601.phpt
@@ -10,7 +10,7 @@ $sxe = simplexml_load_string('<root><node1>1</node1></root>');
$nodes = $sxe->xpath("/root/node2/@test");
if (! is_array($nodes)) {
- echo "An error occured\n";
+ echo "An error occurred\n";
} else {
echo "Result Count: " . count($nodes) . "\n";
}