summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-09-10 02:43:38 +0000
committerDaouda Lo <daouda@mandriva.com>2004-09-10 02:43:38 +0000
commit488f99cde0c166cb7ded5807cd8f78ef90888026 (patch)
tree24388ebdbcda9a2aeb8debc34020fdea61f30826 /mdkonline.pm
parent4d5dcfe930dee22b0b64db0b937431293837f8fa (diff)
downloadmgaonline-488f99cde0c166cb7ded5807cd8f78ef90888026.tar
mgaonline-488f99cde0c166cb7ded5807cd8f78ef90888026.tar.gz
mgaonline-488f99cde0c166cb7ded5807cd8f78ef90888026.tar.bz2
mgaonline-488f99cde0c166cb7ded5807cd8f78ef90888026.tar.xz
mgaonline-488f99cde0c166cb7ded5807cd8f78ef90888026.zip
- fixed typo in output
Diffstat (limited to 'mdkonline.pm')
-rw-r--r--mdkonline.pm2
1 files changed, 1 insertions, 1 deletions
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"),