summaryrefslogtreecommitdiff
path: root/ext/snmp/snmp.c
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2011-04-03 21:46:52 +0000
committerPierrick Charron <pierrick@php.net>2011-04-03 21:46:52 +0000
commite8486cc37415a6db5f949d687a2f62e7f3bd3235 (patch)
tree509c0a333a750cd362633a04190cfe1ca2329e28 /ext/snmp/snmp.c
parent47012ccd8f7f091d234693ed23e072da5e9a8328 (diff)
downloadphp-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.c2
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.