From 2cf5f94a6fe5b5f4cf20e8af3d0e172ca0ff5f5b Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 2 Oct 2015 01:00:17 -0500 Subject: Fix typo --- etc/inc/dyndns.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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."; -- cgit v1.1