From d8a3828919c2d8a9e1344ba4d05795d37ed9cdb6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 13 Mar 2013 16:18:12 -0600 Subject: [PATCH] genpacksizetables.pl: Correct comment typo --- genpacksizetables.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genpacksizetables.pl b/genpacksizetables.pl index 9dffc2c..813a7d4 100644 --- a/genpacksizetables.pl +++ b/genpacksizetables.pl @@ -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; -- 1.8.3.1