From ec127e0c176089366a0151c9c00d6331fc248719 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 27 Apr 2010 15:41:50 -0400 Subject: s/occured/occurred/ --- config/varnish64/varnish.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/varnish64/varnish.inc') 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 {" -

We are very sorry but an error occured during this request.

+

We are very sorry but an error occurred during this request.

Please press refresh in your browser to try again.

Varnish Error "} obj.status " " obj.response {"

@@ -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()) { -- cgit v1.2.3