summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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