summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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>)