From e3deaac374c464b87fab5ed34bf1c0a72b683ec9 Mon Sep 17 00:00:00 2001 From: radek Date: Tue, 18 Mar 2003 20:58:25 +0000 Subject: [PATCH] - typo in a comment Changed files: perl.prov -> 1.8 --- perl.prov | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl.prov b/perl.prov index 2319092..b41f248 100644 --- a/perl.prov +++ b/perl.prov @@ -108,8 +108,8 @@ sub process_file { } -# Returns true if the package name matches the patch, -# so you can use() it. False otherwise. +# Returns C if the package name matches the path, +# so you can use() it. C otherwise. sub match_the_path { my ( $file, $pack ) = @_; $pack =~ s#::#/#g; -- 2.44.0