diff options
author | Pierrick Charron <pierrick@php.net> | 2011-04-03 21:46:52 +0000 |
---|---|---|
committer | Pierrick Charron <pierrick@php.net> | 2011-04-03 21:46:52 +0000 |
commit | e8486cc37415a6db5f949d687a2f62e7f3bd3235 (patch) | |
tree | 509c0a333a750cd362633a04190cfe1ca2329e28 /ext/snmp/snmp.c | |
parent | 47012ccd8f7f091d234693ed23e072da5e9a8328 (diff) | |
download | php-git-e8486cc37415a6db5f949d687a2f62e7f3bd3235.tar.gz |
Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
Diffstat (limited to 'ext/snmp/snmp.c')
-rw-r--r-- | ext/snmp/snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 063b492dd1..f231a567bf 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -1160,7 +1160,7 @@ PHP_FUNCTION(snmp2_set) /* {{{ proto void php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st) * * Generic SNMPv3 object fetcher -* From here is passed on the the common internal object fetcher. +* From here is passed on the common internal object fetcher. * * st=SNMP_CMD_GET snmp3_get() - query an agent and return a single value. * st=SNMP_CMD_GETNEXT snmp3_getnext() - query an agent and return the next single value. |