diff --git a/Examples/php/pointer/runme.php b/Examples/php/pointer/runme.php index a6059f18f..824c26dd4 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";