X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=update_spamassassin;h=0c3cdb0ab4f51530dcd81187c375903791a47fb2;hp=b9b29a07a8c7e6d430ca316570fb086573a7f332;hb=61445211554cc543c740b987fd73c306a6dd322b;hpb=b13127d56f0895a2da55a0fafdbb5fccdf34aeec diff --git a/update_spamassassin b/update_spamassassin index b9b29a0..0c3cdb0 100755 --- a/update_spamassassin +++ b/update_spamassassin @@ -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;