From 7f65dde49ad68b295e32fc73fc20f2dc7d0f2ffc Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 3 Jul 2018 08:05:23 +0200 Subject: Fix typos --- pysnmp/smi/rfc1902.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysnmp') 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:]: -- cgit v1.2.1