summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-08-01 21:56:41 -0500
committerChris Buechler <cmb@pfsense.org>2013-08-01 21:57:16 -0500
commite2967ba637e67f8dd3a264fda87b3fd52358c178 (patch)
tree6409a6fd81b455e5e866d1df68e8e1b6e0f7feaa /etc/rc.filter_synchronize
parentdde3cae3dcbd7b64757c66acc4b56f1183831ede (diff)
downloadpfsense-e2967ba637e67f8dd3a264fda87b3fd52358c178.zip
pfsense-e2967ba637e67f8dd3a264fda87b3fd52358c178.tar.gz
fix text - s/occured/occurred/
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index c5362c3..318eaf4 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -107,7 +107,7 @@ function carp_check_version($url, $username, $password, $port = 80, $method = 'p
/* send our XMLRPC message and timeout after 240 seconds */
$resp = $cli->send($msg, "240");
if(!is_object($resp)) {
- $error = "A communications error occured while attempting XMLRPC sync with username {$username} {$url}:{$port}.";
+ $error = "A communications error occurred while attempting XMLRPC sync with username {$username} {$url}:{$port}.";
} elseif($resp->faultCode()) {
$error = "An error code was received while attempting XMLRPC sync with username {$username} {$url}:{$port} - Code " . $resp->faultCode() . ": " . $resp->faultString();
} else {
@@ -247,7 +247,7 @@ function carp_sync_xml($url, $username, $password, $sections, $port = 80, $metho
/* send our XMLRPC message and timeout after 240 seconds */
$resp = $cli->send($msg, "240");
if(!is_object($resp)) {
- $error = "A communications error occured while attempting XMLRPC sync with username {$username} {$url}:{$port}.";
+ $error = "A communications error occurred while attempting XMLRPC sync with username {$username} {$url}:{$port}.";
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
} elseif($resp->faultCode()) {
@@ -420,7 +420,7 @@ if (is_array($config['hasync'])) {
$resp = $cli->send($msg, "900");
if (!is_object($resp)) {
- $error = "A communications error occured while attempting Filter sync with username {$username} {$synchronizetoip}:{$port}.";
+ $error = "A communications error occurred while attempting Filter sync with username {$username} {$synchronizetoip}:{$port}.";
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
} elseif($resp->faultCode()) {
OpenPOWER on IntegriCloud