--- embedaddon/php/ext/simplexml/tests/bug48601.phpt	2012/02/21 23:48:01	1.1.1.1
+++ embedaddon/php/ext/simplexml/tests/bug48601.phpt	2013/07/22 01:32:01	1.1.1.2
@@ -10,7 +10,7 @@ $sxe = simplexml_load_string('<root><node1>1</node1></
 $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";
 }