summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-02-01 12:32:00 +0100
committerJohannes Schlüter <johannes@php.net>2013-02-01 12:32:00 +0100
commit9c821ec7a1003f5f7988114e8724657dbe026e7d (patch)
treea6c6d5d15add11e07b1a2b70e5309cbb4245a974 /ext/snmp
parent4608341303a35d05cd9d12c7db39c702151a5d39 (diff)
parentb09f5a4f56348a2f0b12f3d1a15b880845aca9c6 (diff)
downloadphp-git-9c821ec7a1003f5f7988114e8724657dbe026e7d.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c
index 4fdfd56679..2e5b5f1363 100644
--- a/ext/snmp/snmp.c
+++ b/ext/snmp/snmp.c
@@ -1150,7 +1150,7 @@ static int netsnmp_session_init(php_snmp_session **session_p, int version, char
}
*pptr = '\0';
} else {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "mailformed IPv6 address, closing square bracket missing");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "malformed IPv6 address, closing square bracket missing");
return (-1);
}
} else { /* IPv4 address */