summaryrefslogtreecommitdiff
path: root/pysnmp/proto/errind.py
diff options
context:
space:
mode:
authorelie <elie>2012-06-26 06:54:59 +0000
committerelie <elie>2012-06-26 06:54:59 +0000
commit005e78d623215131f833fb1fc3ac763bce558a9e (patch)
treea9189da7b43ff0796ce70a5397f62bcd45395863 /pysnmp/proto/errind.py
parent92841c8dff3611c9aefd6c69f86e496e438bcf3a (diff)
downloadpysnmp-git-005e78d623215131f833fb1fc3ac763bce558a9e.tar.gz
typo fix to errind.EngineIdMismatch class and its instance
Diffstat (limited to 'pysnmp/proto/errind.py')
-rw-r--r--pysnmp/proto/errind.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysnmp/proto/errind.py b/pysnmp/proto/errind.py
index 1e414514..0ed932e4 100644
--- a/pysnmp/proto/errind.py
+++ b/pysnmp/proto/errind.py
@@ -42,8 +42,8 @@ nonReportable = NonReportable('Report PDU generation not attempted')
class DataMismatch(ErrorIndication): pass
dataMismatch = DataMismatch('SNMP request/response parameters mismatched')
-class EngineIDMispatch(ErrorIndication): pass
-engineIDMispatch = EngineIDMispatch('SNMP engine ID mismatch encountered')
+class EngineIDMismatch(ErrorIndication): pass
+engineIDMismatch = EngineIDMismatch('SNMP engine ID mismatch encountered')
class UnknownEngineID(ErrorIndication): pass
unknownEngineID = UnknownEngineID('Unknown SNMP engine ID encountered')