summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-02-19 08:48:06 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-02-19 08:48:14 -0300
commit869dfb664a1af87f07384f6bcaba4515a0da8a5c (patch)
treedba08409813cf617297cabec05fecfda3df31b24
parent96fc5388ac8b54c84c98b73bb8aa66e7f5f321e8 (diff)
downloadpfsense-869dfb664a1af87f07384f6bcaba4515a0da8a5c.zip
pfsense-869dfb664a1af87f07384f6bcaba4515a0da8a5c.tar.gz
Fix #3468, wording fix
-rwxr-xr-xetc/rc.update_urltables2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.update_urltables b/etc/rc.update_urltables
index 89d4542..ca8ed38 100755
--- a/etc/rc.update_urltables
+++ b/etc/rc.update_urltables
@@ -46,7 +46,7 @@ if (count($todo) > 0) {
$filter_reload = true;
log_error("{$argv[0]}: Updated {$t['name']} content from {$t['url']}: {$result[0]}");
} elseif ($r == -1) {
- log_error("{$argv[0]}: {$t['name']} does not need updated.");
+ log_error("{$argv[0]}: {$t['name']} does not need updating.");
} else {
log_error("{$argv[0]}: ERROR: could not update {$t['name']} content from {$t['url']}");
}
OpenPOWER on IntegriCloud