]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* fix to/too typo
authorDon Armstrong <don@debian.org>
Sat, 18 Dec 2010 10:11:33 +0000 (10:11 +0000)
committerDon Armstrong <don@debian.org>
Sat, 18 Dec 2010 10:11:33 +0000 (10:11 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@351 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

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;