aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64/varnish.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-04-27 15:41:50 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-04-27 15:41:50 -0400
commitec127e0c176089366a0151c9c00d6331fc248719 (patch)
tree9e796b5aa3e08debf558d8d889b3900c4782dc3b /config/varnish64/varnish.inc
parentd9ad67dc73a384f3b05abf0e04a9e2b73657e74f (diff)
downloadpfsense-packages-ec127e0c176089366a0151c9c00d6331fc248719.tar.gz
pfsense-packages-ec127e0c176089366a0151c9c00d6331fc248719.tar.bz2
pfsense-packages-ec127e0c176089366a0151c9c00d6331fc248719.zip
s/occured/occurred/
Diffstat (limited to 'config/varnish64/varnish.inc')
-rw-r--r--config/varnish64/varnish.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc
index 4bdd06ed..f07c423d 100644
--- a/config/varnish64/varnish.inc
+++ b/config/varnish64/varnish.inc
@@ -100,7 +100,7 @@ synthetic {"
</head>
<body>
<b>
-<p>We are very sorry but an error occured during this request.</p>
+<p>We are very sorry but an error occurred during this request.</p>
</b>
<p>Please press refresh in your browser to try again.</p>
<p>Varnish Error "} obj.status " " obj.response {"</p>
@@ -379,7 +379,7 @@ function varnish_do_xmlrpc_sync($sync_to_ip, $password) {
/* send our XMLRPC message and timeout after 250 seconds */
$resp = $cli->send($msg, "250");
if(!$resp) {
- $error = "A communications error occured while attempting varnish XMLRPC sync with {$url}:{$port}.";
+ $error = "A communications error occurred while attempting varnish XMLRPC sync with {$url}:{$port}.";
log_error($error);
file_notice("sync_settings", $error, "varnish Settings Sync", "");
} elseif($resp->faultCode()) {
@@ -409,7 +409,7 @@ function varnish_do_xmlrpc_sync($sync_to_ip, $password) {
$cli->setCredentials('admin', $password);
$resp = $cli->send($msg, "250");
if(!$resp) {
- $error = "A communications error occured while attempting varnish XMLRPC sync with {$url}:{$port} (pfsense.exec_php).";
+ $error = "A communications error occurred while attempting varnish XMLRPC sync with {$url}:{$port} (pfsense.exec_php).";
log_error($error);
file_notice("sync_settings", $error, "varnish Settings Sync", "");
} elseif($resp->faultCode()) {