summaryrefslogtreecommitdiffstats
path: root/pysystemmgr
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 20:50:47 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-10-25 20:50:47 -0500
commitaa4c3103125c2ba16c64efea9a6e43cae4217816 (patch)
treecf2e15086e2e1e2eb24d327cddd49d9d6a8fcaf0 /pysystemmgr
parent1902990db9c36a8c2f4a57a4389c1a0c74658584 (diff)
downloadtalos-skeleton-aa4c3103125c2ba16c64efea9a6e43cae4217816.tar.gz
talos-skeleton-aa4c3103125c2ba16c64efea9a6e43cae4217816.zip
Spelling fixes
Change-Id: Ia4ded0c195204543c3df671ea471610237f5f44b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'pysystemmgr')
-rw-r--r--pysystemmgr/system_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysystemmgr/system_manager.py b/pysystemmgr/system_manager.py
index ff7fd69..575304b 100644
--- a/pysystemmgr/system_manager.py
+++ b/pysystemmgr/system_manager.py
@@ -133,7 +133,7 @@ class SystemManager(DbusProperties, DbusObjectManager):
# Get the FRU area names defined in ID_LOOKUP table given a fru_id.
# If serval areas are defined for a fru_id, the areas are returned
- # together as a string with each area name seperated with ','.
+ # together as a string with each area name separated with ','.
# If no fru area defined in ID_LOOKUP, an empty string will be returned.
@dbus.service.method(DBUS_NAME, in_signature='y', out_signature='s')
def getFRUArea(self, fru_id):
OpenPOWER on IntegriCloud