Skip to content

Commit 0f13364

Browse files
author
Zoe Slattery
committed
Fixing typo arg->arglist at line 195. Thanks Chris J!
1 parent 4de1e20 commit 0f13364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dev/generate_phpt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ function parse_args ($arglist, $opt)
912912
break;
913913

914914
default:
915-
echo "Command line option $arg[$j] not recognised\n";
915+
echo "Command line option $arglist[$j] not recognised\n";
916916
print_opts();
917917
}
918918

0 commit comments

Comments
 (0)