summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2009-05-03 09:53:51 +0000
committerelie <elie>2009-05-03 09:53:51 +0000
commitcf92224da187bb32cafe2dfc35b9710c39201742 (patch)
tree8479871759fc8c6ad97e1cf2873b6a73fec0d07d
parent202ea3a6ed776a7a5313d088a77497d2a9bafb11 (diff)
downloadpysnmp-cf92224da187bb32cafe2dfc35b9710c39201742.tar.gz
typo fixed
-rw-r--r--pysnmp/smi/mibs/SNMPv2-SMI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/smi/mibs/SNMPv2-SMI.py b/pysnmp/smi/mibs/SNMPv2-SMI.py
index 5cf360e..46b5a14 100644
--- a/pysnmp/smi/mibs/SNMPv2-SMI.py
+++ b/pysnmp/smi/mibs/SNMPv2-SMI.py
@@ -545,7 +545,7 @@ class MibTableColumn(MibScalar):
self.maxAccess != 'readcreate' or \
acFun and acFun(name, idx, 'write', acCtx):
raise error.NoCreationError(idx=idx, name=name)
- # Create instances if either is does not yet exist (row creation)
+ # Create instances if either it does not yet exist (row creation)
# or a value is passed (multiple OIDs in SET PDU)
if val is None and self.__createdInstances.has_key(name):
return