summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2012-02-21 18:13:38 +0100
committerMax Maischein <corion@corion.net>2012-02-21 18:13:38 +0100
commitcaaa1415975f6b8763b186234d77803148a4fd37 (patch)
treefc60a633dcc2c4e1be046ec07d3f86481dacb297
parent204b72a4966bdd4e991d4f8a3700d00662e3e551 (diff)
downloadperl-caaa1415975f6b8763b186234d77803148a4fd37.tar.gz
Pluralize "Modules and Pragma" to "Modules and Pragmata"
-rwxr-xr-xPorting/corelist-perldelta.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/corelist-perldelta.pl b/Porting/corelist-perldelta.pl
index bdf12e5f94..d596d7641b 100755
--- a/Porting/corelist-perldelta.pl
+++ b/Porting/corelist-perldelta.pl
@@ -9,9 +9,9 @@ use Getopt::Long;
require Algorithm::Diff;
my %sections = (
- new => 'New Modules and Pragma',
- updated => 'Updated Modules and Pragma',
- removed => 'Removed Modules and Pragma',
+ new => 'New Modules and Pragmata',
+ updated => 'Updated Modules and Pragmata',
+ removed => 'Removed Modules and Pragmata',
);
my $deprecated;