diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 06:47:33 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-22 20:01:52 -0400 |
commit | d21c5a51cf8cd457ab9c037060defa51692199a3 (patch) | |
tree | a2372b541a59e4cc5fd0064b2fdbdd70c4ecb718 /vms/mms2make.pl | |
parent | b6a6e9564d193cb709231fad4f4816f447263147 (diff) | |
download | perl-d21c5a51cf8cd457ab9c037060defa51692199a3.tar.gz |
typo fix for vms script
Diffstat (limited to 'vms/mms2make.pl')
-rw-r--r-- | vms/mms2make.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/mms2make.pl b/vms/mms2make.pl index 7795e4a8ab..1706c51283 100644 --- a/vms/mms2make.pl +++ b/vms/mms2make.pl @@ -14,7 +14,7 @@ # we invert top of stack at a .else # we pop at a .endif # we deselect any other line if $conditions[0] is 0 -# I'm being very lazy - push a 1 at start, then dont need to check for +# I'm being very lazy - push a 1 at start, then don't need to check for # an empty @conditions [assume nesting in descrip.mms is correct] # 2.1 26-Feb-1995 Charles Bailey bailey@newman.upenn.edu # - handle MMS macros generated by MakeMaker |