This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
genpacksizetables.pl: Correct comment typo
authorKarl Williamson <public@khwilliamson.com>
Wed, 13 Mar 2013 22:18:12 +0000 (16:18 -0600)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 May 2013 18:58:07 +0000 (20:58 +0200)
genpacksizetables.pl

index 9dffc2c..813a7d4 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 # I'm assuming that you're running this on some kind of ASCII system, but
-# it will generate EDCDIC too. (TODO)
+# it will generate EBCDIC too. (TODO)
 use strict;
 use Encode;