summaryrefslogtreecommitdiff
path: root/pysnmp
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-07-03 08:05:23 +0200
committerIlya Etingof <etingof@gmail.com>2018-07-03 08:05:23 +0200
commit7f65dde49ad68b295e32fc73fc20f2dc7d0f2ffc (patch)
treeac6ea67e4faec2be3df957125f0e6756e0dc0150 /pysnmp
parentda4539e34cacdc0bd6ecfba98dc48caecc12b104 (diff)
downloadpysnmp-git-7f65dde49ad68b295e32fc73fc20f2dc7d0f2ffc.tar.gz
Fix typos
Diffstat (limited to 'pysnmp')
-rw-r--r--pysnmp/smi/rfc1902.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/smi/rfc1902.py b/pysnmp/smi/rfc1902.py
index 5eb756e6..30a5d8fa 100644
--- a/pysnmp/smi/rfc1902.py
+++ b/pysnmp/smi/rfc1902.py
@@ -506,7 +506,7 @@ class ObjectIdentity(object):
self.__oid += instIds
self.__indices = rowNode.getIndicesFromInstId(instIds)
except PyAsn1Error:
- raise SmiError('Instance index %r to OID convertion failure at object %r: %s' % (
+ raise SmiError('Instance index %r to OID conversion failure at object %r: %s' % (
self.__args[2:], mibNode.getLabel(), sys.exc_info()[1]))
elif self.__args[2:]: # any other kind of MIB node with indices
if self.__args[2:]: