summaryrefslogtreecommitdiffstats
path: root/cvs2cl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'cvs2cl.pl')
-rw-r--r--cvs2cl.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cvs2cl.pl b/cvs2cl.pl
index 686ffe1..08d9764 100644
--- a/cvs2cl.pl
+++ b/cvs2cl.pl
@@ -1236,7 +1236,7 @@ sub pretty_file_list ()
# First, loop over the qunks gathering all the tag/branch names.
# We'll put them all in non_unanimous_tags, and take out the
# unanimous ones later.
- QUNKREF:
+ TQUNKREF:
foreach my $qunkref (@qunkrefs)
{
# Keep track of whether all the files in this commit were in the
@@ -2265,7 +2265,7 @@ on getting anonymous CVS access to this script.
Maintainer: Karl Fogel <kfogel@red-bean.com>
Please report bugs to <bug-cvs2cl@red-bean.com>.
-=head1 PREREQUISITES
+=head1 PRERETQUISITES
This script requires C<Text::Wrap>, C<Time::Local>, and
C<File::Basename>.