develooper Front page | perl.perl5.porters | Postings from February 2003

Small typo in configpm

From:
Philip Newton
Date:
February 25, 2003 06:35
Subject:
Small typo in configpm
Message ID:
3E5B8D33.10772.15E6A91@localhost
--- configpm.orig	2002-11-04 12:11:54.000000000 +0000
+++ configpm	2003-02-25 14:29:32.000000000 +0000
@@ -118,7 +118,7 @@
     my $quote_type = "'";
     my $marker = "$key=";

-    # Check for the common case, ' delimeted
+    # Check for the common case, ' delimited
     my $start = index($Config_SH, "\n$marker$quote_type");
     # If that failed, check for " delimited
     if ($start == -1) {
End of patch.

(A similar typo is in ext/DB_File/DB_File.pm; patch follows as a 
separate message.)

Cheers,
Philip
-- 
Philip Newton <pnewton@gmx.de>




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About