From 7f65dde49ad68b295e32fc73fc20f2dc7d0f2ffc Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 3 Jul 2018 08:05:23 +0200 Subject: Fix typos --- examples/smi/manager/mib-tree-inspection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/smi/manager/mib-tree-inspection.py b/examples/smi/manager/mib-tree-inspection.py index cff34b00..58b110a6 100644 --- a/examples/smi/manager/mib-tree-inspection.py +++ b/examples/smi/manager/mib-tree-inspection.py @@ -58,10 +58,10 @@ print('MIB node lookup by location: '), rowNode, = mibBuilder.importSymbols(modName, symName) print(rowNode) -print('Conceptual table index value to oid convertion: '), +print('Conceptual table index value to oid conversion: '), oid = rowNode.getInstIdFromIndices('router') print(oid) -print('Conceptual table index oid to value convertion: '), +print('Conceptual table index oid to value conversion: '), print(rowNode.getIndicesFromInstId(oid)) print('MIB tree traversal') -- cgit v1.2.1