Index: tests/phpunit/tests/actions.php
===================================================================
--- tests/phpunit/tests/actions.php	(revision 46706)
+++ tests/phpunit/tests/actions.php	(working copy)
@@ -164,7 +164,7 @@
 		$val = new stdClass;
 
 		add_action( $tag, array( &$a, 'action' ) );
-		// Ņall the action with PHP 4 notation for passing object by reference.
+		// Call the action with PHP 4 notation for passing object by reference.
 		do_action( $tag, array( &$val ) );
 
 		$call_count = $a->get_call_count();
