summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-02 01:00:17 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-02 01:00:17 -0500
commit2cf5f94a6fe5b5f4cf20e8af3d0e172ca0ff5f5b (patch)
tree70b2776e1e6e7ac27ab4292c5c0f7523c5438f21 /etc
parentacdcdb2d5492b92f2a541ff5162202771440faaa (diff)
downloadpfsense-2cf5f94a6fe5b5f4cf20e8af3d0e172ca0ff5f5b.zip
pfsense-2cf5f94a6fe5b5f4cf20e8af3d0e172ca0ff5f5b.tar.gz
Fix typo
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index bbcb963..0d53db4 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -848,7 +848,7 @@
$status = "phpDynDNS ({$this->_dnsHost}): (Error) Invalid Password.";
break;
case 5:
- $status = "phpDynDNS ({$this->_dnsHost}): (Error) To many updates sent.";
+ $status = "phpDynDNS ({$this->_dnsHost}): (Error) Too many updates sent.";
break;
case 6:
$status = "phpDynDNS ({$this->_dnsHost}): (Error) Account disabled due to violation of No-IP terms of service.";
OpenPOWER on IntegriCloud