summaryrefslogtreecommitdiff
path: root/pysnmp/proto/errind.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/errind.py')
-rw-r--r--pysnmp/proto/errind.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysnmp/proto/errind.py b/pysnmp/proto/errind.py
index d660af54..1629ecce 100644
--- a/pysnmp/proto/errind.py
+++ b/pysnmp/proto/errind.py
@@ -175,13 +175,13 @@ authenticationFailure = AuthenticationFailure('Authenticator mismatched')
class UnsupportedAuthProtocol(ErrorIndication):
pass
-unsupportedAuthProtocol = UnsupportedAuthProtocol('Authentication protocol is not supprted')
+unsupportedAuthProtocol = UnsupportedAuthProtocol('Authentication protocol is not supported')
class UnsupportedPrivProtocol(ErrorIndication):
pass
-unsupportedPrivProtocol = UnsupportedPrivProtocol('Privacy protocol is not supprted')
+unsupportedPrivProtocol = UnsupportedPrivProtocol('Privacy protocol is not supported')
class UnknownSecurityName(ErrorIndication):