From: Antony Dovgal Date: Fri, 25 Jul 2008 09:55:45 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.3.0alpha1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3770038a6606514b2af4d5458573759223f49f0c;p=php fix typo --- diff --git a/run-tests.php b/run-tests.php index 64db1b8f12..0938b47acf 100755 --- a/run-tests.php +++ b/run-tests.php @@ -426,7 +426,7 @@ if ($compression) { $output_file = 'compress.zlib://' . $output_file . '.gz'; } -$jnust_save_results = false; +$just_save_results = false; $leak_check = false; $html_output = false; $html_file = null;