Fix comment typo
diff --git a/Examples/php/pointer/runme.php b/Examples/php/pointer/runme.php
index a6059f1..824c26d 100644
--- a/Examples/php/pointer/runme.php
+++ b/Examples/php/pointer/runme.php
@@ -14,7 +14,7 @@
 	print "	b = $b\n";
 	print "	c = $c\n";
 
-	# Call the add() function wuth some pointers
+	# Call the add() function with some pointers
 	add($a,$b,$c);
 
 	print "	$a + $b = $c\n";