summaryrefslogtreecommitdiff
path: root/lib/sbin/SystemInfo.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 09:14:54 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 09:14:54 +0000
commit255df26a2103b5ad5762a6eba6ea78af1349d4db (patch)
treecef8ce11c90f3774835c3634fa1f15e30b4490ee /lib/sbin/SystemInfo.pl
parent7b80631d0bde63304a412be728c94ee3b1630776 (diff)
Typo
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1246 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/SystemInfo.pl')
-rw-r--r--lib/sbin/SystemInfo.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sbin/SystemInfo.pl b/lib/sbin/SystemInfo.pl
index f56c981c..e7e2f7c5 100644
--- a/lib/sbin/SystemInfo.pl
+++ b/lib/sbin/SystemInfo.pl
@@ -1,6 +1,6 @@
# this scrips gathers some basic info on the system it runs on.
-# This is inteded to be included in bugreports etc.
+# This is intended to be included in bugreports etc.
$config = $ARGV[0];
$home = `pwd`;
@@ -43,7 +43,6 @@ if (-e "$extra")
}
}
-
#Get the version number of the makefile
open (MF,"<Makefile");
while (<MF>)