summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/snmp.py
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2015-03-19 17:25:57 +0100
committerMartin Kletzander <mkletzan@redhat.com>2015-03-23 14:39:11 +0100
commit484b4314c6e1f61014ebf48bdc4effb689c9bbfb (patch)
treeb75aacc9710b0f4bbd5b1dcd734e50e94c0acc87 /ironic/drivers/modules/snmp.py
parent7571df1366ac5017611c64bf63cb46f777753608 (diff)
downloadironic-484b4314c6e1f61014ebf48bdc4effb689c9bbfb.tar.gz
Fix common misspellings
Wikipedia's list of common misspellings [1] has a machine-readable version. This patch fixes those misspellings mentioned in the list which don't have multiple right variants (as e.g. "accension", which can be both "accession" and "ascension"), such misspellings are left untouched. The list of changes was manually re-checked for false positives. [1] https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines Change-Id: Ic53e9a848280d50e69306abc98194890ac298ff2 Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Diffstat (limited to 'ironic/drivers/modules/snmp.py')
-rw-r--r--ironic/drivers/modules/snmp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/drivers/modules/snmp.py b/ironic/drivers/modules/snmp.py
index 10ab43166..7a252c691 100644
--- a/ironic/drivers/modules/snmp.py
+++ b/ironic/drivers/modules/snmp.py
@@ -118,7 +118,7 @@ class SNMPClient(object):
"""
if self.version == SNMP_V3:
# Handling auth/encryption credentials is not (yet) supported.
- # This version supports a security name analagous to community.
+ # This version supports a security name analogous to community.
return cmdgen.UsmUserData(self.security)
else:
mp_model = 1 if self.version == SNMP_V2C else 0