From 973ae360043e91dd6fd4cea674224f81001e76af Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Thu, 11 Oct 2001 17:12:01 -0700 Subject: [PATCH] h2xs grammar nit Message-ID: p4raw-id: //depot/perl@12435 --- utils/h2xs.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 100d6b1..2a7b1c4 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -1122,7 +1122,7 @@ if ($opt_x && $opt_a) { } my $pod = <<"END" unless $opt_P; -## Below is stub documentation for your module. You better edit it! +## Below is stub documentation for your module. You'd better edit it! # #=head1 NAME # -- 1.8.3.1