]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - update_spamassassin
* block modern art spam
[spamassassin_config.git] / update_spamassassin
index b9b29a07a8c7e6d430ca316570fb086573a7f332..0c3cdb0ab4f51530dcd81187c375903791a47fb2 100755 (executable)
@@ -25,7 +25,7 @@ BAKDIR="$BASEDIR/spamassassin_config_bak";
 
 # because alioth continuously fails, make sure that svn info will
 # succeed first before cluttering the log. Ideally we would report
-# this error, but it happens far to frequently, so we bail out here.
+# this error, but it happens far too frequently, so we bail out here.
 if ! svn info $(svn info $SACONFIG|awk '/^URL:/{print $2}') >/dev/null 2>&1; then
     exit 0;
 fi;