--- anonftpsync	2005-10-28 16:11:19.000000000 +0100
+++ anonftpsync.new	2005-10-28 16:14:17.000000000 +0100
@@ -7,7 +7,7 @@
 # Modifications:
 # + some more documentation about variables
 # + added ARCH_EXCLUDE
-# + mirror in a save way, first /pool, then /dists and the rest
+# + mirror in a safe way, first /pool, then /dists and the rest
 
 # Version: $Id: anonftpsync,v 1.15 2005/08/18 12:49:51 aba Exp $ 
 
@@ -87,8 +87,8 @@
 
 EXCLUDE=
 
-# MAILTO is the address where to send logfile to
-# if not defined, no mail will be sent
+# MAILTO is the address to send logfiles to;
+# if it is not defined, no mail will be sent
 # (optional)
 
 MAILTO=
@@ -98,9 +98,9 @@
 
 #-----------------------------------------------------------------------------#
 
-# Check for some enviroment variables
+# Check for some environment variables
 if [ -z $TO ] || [ -z $RSYNC_HOST ] || [ -z $RSYNC_DIR ] || [ -z $LOGDIR ]; then
-	echo "One of the following variables seem to be empty:"
+	echo "One of the following variables seems to be empty:"
 	echo "TO, RSYNC_HOST, RSYNC_DIR or LOGDIR"
 	exit 2
 fi
@@ -171,13 +171,13 @@
 
 	date -u > "${TO}/project/trace/${HOSTNAME}"
 else
-	echo "ERROR: Help, something wired happened" | tee -a $LOGFILE
+	echo "ERROR: Help, something weird happened" | tee -a $LOGFILE
 	echo "mirroring /pool exited with exitcode" $result | tee -a $LOGFILE
 fi
 
 
 if ! [ -z $MAILTO ]; then
-	mail -s "debian-volatile archive synced" $MAILTO < $LOGFILE
+	mail -s "debian archive synced" $MAILTO < $LOGFILE
 fi
 
 savelog $LOGFILE
