aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clfs-latest-files.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/clfs-latest-files.php b/clfs-latest-files.php
index d981da4..2edba3d 100644
--- a/clfs-latest-files.php
+++ b/clfs-latest-files.php
@@ -225,7 +225,7 @@ function get_current()
global $dirs;
global $vers;
- // Fetech from git and get wget-list
+ // Fetch from git and get wget-list
$current = array();
$clfsgit = "git://git.cross-lfs.org/cross-lfs.git";
@@ -286,7 +286,7 @@ function mail_to_clfs()
$to = "kb0iic@berzerkula.org";
$from = "William Harrington <kb0iic@berzerkula.org>";
- $subject = "CLFS GIT Package Currency Check - $date GMT";
+ $subject = "CLFS GIT Standard Package Currency Check - $date GMT";
$headers = "From: William Harrington <kb0iic@berzerkula.org";
$message = "Package CLFS Upstream Flag\n\n";
@@ -301,7 +301,7 @@ function mail_to_clfs()
// Pad for output
$pad = " ";
$p = substr( $pkg . $pad, 0, 15 );
- $l = substr( $vers[ $pkg ] . $pad, 0, 8 );
+ $l = substr( $vers[ $pkg ] . $pad, 0, 7 );
$c = substr( $v . $pad, 0, 10 );
$message .= "$p $l $c $flag\n";