summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-07-24 21:21:21 +0000
committerChris Buechler <cmb@pfsense.org>2008-07-24 21:21:21 +0000
commit6e747a91e0034567d556ac2d0b95431ce0028d03 (patch)
tree5d07c7a2ad1fadb2ec6742e745ee142564a845cd /etc
parent5b4062dc7881c7bf7f0a37fcd8f116adafda9988 (diff)
downloadpfsense-6e747a91e0034567d556ac2d0b95431ce0028d03.zip
pfsense-6e747a91e0034567d556ac2d0b95431ce0028d03.tar.gz
fix typo
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 6f78f0f..eca7b15 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -168,7 +168,7 @@
$port = ":" . $this->_dnsPort;
curl_setopt($ch, CURLOPT_URL, $server .$port . '?system=dyndns&hostname=' . $this->_dnsHost . '&myip=' . $this->_dnsIP.'&wildcard='.$this->_dnsWildcard . '&mx=' . $this->_dnsMX . '&backmx=NO');
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -185,7 +185,7 @@
$port = ":" . $this->_dnsPort;
curl_setopt($ch, CURLOPT_URL, $server.$port.'?system=statdns&hostname='.$this->_dnsHost.'&myip='.$this->_dnsIP.'&wildcard='.$this->_dnsWildcard.'&mx='.$this->_dnsMX.'&backmx=NO');
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -202,7 +202,7 @@
$port = ":" . $this->_dnsPort;
curl_setopt($ch, CURLOPT_URL, $server.$port.'?system=custom&hostname='.$this->_dnsHost.'&myip='.$this->_dnsIP.'&wildcard='.$this->_dnsWildcard.'&mx='.$this->_dnsMX.'&backmx=NO');
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -233,7 +233,7 @@
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -248,7 +248,7 @@
$port = ":" . $this->_dnsPort;
curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . $this->_dnsUser . '&password=' . $this->_dnsPass . '&hostname=' . $this->_dnsHost.'&ip=' . $this->_dnsIP);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -264,7 +264,7 @@
$port = ":" . $this->_dnsPort;
curl_setopt($ch, CURLOPT_URL, $server . $port . '?hostname=' . $this->_dnsHost . '&myip=' . $this->_dnsIP . '&wildcard=' . $this->_dnsWildcard . '&mx=' . $this->_dnsMX . '&backmx=' . $this->_dnsBackMX);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -280,7 +280,7 @@
$port = ":" . $this->_dnsPort;
curl_setopt($ch, CURLOPT_URL, $server . $port . '?ver=1&IP=' . $this->_dnsIP);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -299,7 +299,7 @@
curl_setopt($ch, CURLOPT_URL, "{$server}{$port}?host=" .$this->_dnsHost);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -313,7 +313,7 @@
$port = ":" . $this->_dnsPort;
curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . $this->_dnsUser . '&password=' . $this->_dnsPass . '&host=' . $this->_dnsHost);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -359,7 +359,7 @@
$needIP = FALSE;
curl_setopt($ch, CURLOPT_URL, 'http://freedns.afraid.org/dynamic/update.php?'.$this->_dnsHost);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
@@ -369,7 +369,7 @@
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass);
curl_setopt($ch, CURLOPT_URL, 'https://dns.loopia.se/XDynDNSServer/XDynDNS.php?hostname='.$this->_dnsHost.'&myip='.$this->_dnsIP);
$data = curl_exec($ch);
- if (@curl_error($ch)) log_error("Curl errror occured: " . curl_error($ch));
+ if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
$this->_checkStatus($data);
break;
OpenPOWER on IntegriCloud