summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py')
-rw-r--r--pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py b/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py
index d82f4d92..a1c3366d 100644
--- a/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py
+++ b/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py
@@ -158,7 +158,7 @@ def setCmd(snmpDispatcher, authData, transportTarget,
Notes
-----
- The `setCmd` generator will be exhausted immidiately unless
+ The `setCmd` generator will be exhausted immediately unless
a new sequence of `varBinds` are send back into running generator
(supported since Python 2.6).