From 1ac565261e2b8039735dad609a00fc4a0ed03b35 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Dec 2002 18:27:49 +0000 Subject: fix typo --- perl-install/interactive/stdio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/interactive/stdio.pm b/perl-install/interactive/stdio.pm index b43d3591d..22a8e238e 100644 --- a/perl-install/interactive/stdio.pm +++ b/perl-install/interactive/stdio.pm @@ -1,4 +1,4 @@ -package interactivew::stdio; # $Id$ +package interactive::stdio; # $Id$ use diagnostics; use strict; -- cgit v1.2.1