From: Boris Lytochkin Date: Sun, 12 Jun 2011 11:25:20 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: php-5.5.0alpha1~1948 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0db6d3b16c7fb594942507cd15ae3fd5ed34df8e;p=php fix typo in comment --- diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index e99d5090e5..f25fbd62eb 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -1809,7 +1809,7 @@ PHP_METHOD(snmp, set) php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, (-1)); } -/* {{{ proto bool SNMP::setSecurity(resource session, string sec_level, [ string auth_protocol, string auth_passphrase [, string priv_protocol, string priv_passphrase [, string contextName [, string contextEngineID]]]]) +/* {{{ proto bool SNMP::setSecurity(string sec_level, [ string auth_protocol, string auth_passphrase [, string priv_protocol, string priv_passphrase [, string contextName [, string contextEngineID]]]]) Set SNMPv3 security-related session parameters */ PHP_METHOD(snmp, setSecurity) {