]> granicus.if.org Git - php/commitdiff
Fixing typo arg->arglist at line 195. Thanks Chris J!
authorZoe Slattery <zoe@php.net>
Thu, 14 Feb 2008 10:15:44 +0000 (10:15 +0000)
committerZoe Slattery <zoe@php.net>
Thu, 14 Feb 2008 10:15:44 +0000 (10:15 +0000)
scripts/dev/generate_phpt.php

index c43a911d572357b7b44e2df3b63c986f682f07d3..5280f1d8e7001e65a7a29f0c0eb91b11efda7fbd 100644 (file)
@@ -912,7 +912,7 @@ function parse_args ($arglist, $opt)
                                                                break;
 
                         default:
-                                echo "Command line option $arg[$j] not recognised\n";
+                                echo "Command line option $arglist[$j] not recognised\n";
                                 print_opts();
                 }