This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix spelling error in config_argN, RT [perl #82788].
authorAndy Dougherty <doughera@lafayete.edu>
Fri, 9 Dec 2011 02:29:09 +0000 (21:29 -0500)
committerAndy Dougherty <doughera@lafayete.edu>
Fri, 9 Dec 2011 02:29:09 +0000 (21:29 -0500)
U/mkglossary

index 1406ffa..0d7288e 100755 (executable)
@@ -196,6 +196,6 @@ config_arg0 (Options.U):
 config_argc (Options.U):
        This variable contains the number of command-line arguments
        passed to Configure, as reported by the shell in the $# variable.
-       The individual arguments are stored as variables config_argc1,
-       config_argc2, etc.
+       The individual arguments are stored as variables config_arg1,
+       config_arg2, etc.