From 488f99cde0c166cb7ded5807cd8f78ef90888026 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Fri, 10 Sep 2004 02:43:38 +0000 Subject: - fixed typo in output --- mdkonline.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkonline.pm') diff --git a/mdkonline.pm b/mdkonline.pm index 66f999da..6d0430e7 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -54,7 +54,7 @@ sub header { " * $_[0] ********************************************************************************"; } -ouput($file, map { chomp; "$_\n" } +output($file, map { chomp; "$_\n" } header("partitions"), cat_("/proc/partitions"), header("cpuinfo"), cat_("/proc/cpuinfo"), header("fstab"), cat_("/etc/fstab"), -- cgit v1.2.1