summaryrefslogtreecommitdiff
path: root/examples/v3arch/asyncore/manager/cmdgen/fetch-variables-over-ipv6.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v3arch/asyncore/manager/cmdgen/fetch-variables-over-ipv6.py')
-rw-r--r--examples/v3arch/asyncore/manager/cmdgen/fetch-variables-over-ipv6.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/v3arch/asyncore/manager/cmdgen/fetch-variables-over-ipv6.py b/examples/v3arch/asyncore/manager/cmdgen/fetch-variables-over-ipv6.py
index c6b8734a..8d235cb2 100644
--- a/examples/v3arch/asyncore/manager/cmdgen/fetch-variables-over-ipv6.py
+++ b/examples/v3arch/asyncore/manager/cmdgen/fetch-variables-over-ipv6.py
@@ -32,7 +32,7 @@ config.addTargetParams(snmpEngine, 'my-creds', 'usr-md5-none', 'authNoPriv')
#
# Setup transport endpoint and bind it with security settings yielding
-# a target name (choose one entry depending of the transport needed).
+# a target name
#
# UDP/IPv6
@@ -47,7 +47,7 @@ config.addTargetAddr(
'my-creds'
)
-# Error/response reciever
+# Error/response receiver
def cbFun(sendRequestHandle,
errorIndication, errorStatus, errorIndex,
varBindTable, cbCtx):