summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2013-09-29 21:47:57 +0000
committerelie <elie>2013-09-29 21:47:57 +0000
commitb26ec69dbf5da6cc285afa7b0a80c40dc9e85b8f (patch)
treeb4d1d132280cc5d8489841dd8437da7396559029
parentabf48b13c10a491ff864d29fb3e321d312c5254b (diff)
downloadpysnmp-b26ec69dbf5da6cc285afa7b0a80c40dc9e85b8f.tar.gz
typo
-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 e728e2b..da9b82e 100644
--- a/pysnmp/smi/mibs/SNMPv2-SMI.py
+++ b/pysnmp/smi/mibs/SNMPv2-SMI.py
@@ -490,7 +490,7 @@ class MibScalar(MibTree):
(acFun, acCtx) = acInfo
# have to dublicate AC here as *Next code above treats
# noAccess as a noSuchObject at the Test stage, goes on
- # to Readingg
+ # to Reading
if acFun:
if self.maxAccess not in (
'readonly', 'readwrite', 'readcreate'