From 301e089ae6e8b12165f04872eab491019b7cef1f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 18 Dec 2010 10:11:33 +0000 Subject: [PATCH] * fix to/too typo git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@351 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- update_spamassassin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2