From b44438affb37df2757729c3185b62b77f81a7df2 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Thu, 13 Oct 2016 11:22:18 +0800 Subject: [PATCH] Fix some typos TrivialFix Change-Id: If630333416eb411316b6c8e6755d484ca21985de --- ironic/common/policy.py | 2 +- ironic/drivers/modules/ilo/firmware_processor.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ironic/common/policy.py b/ironic/common/policy.py index 2ff00fb786..05f202ec5c 100644 --- a/ironic/common/policy.py +++ b/ironic/common/policy.py @@ -51,7 +51,7 @@ default_policies = [ policy.RuleDefault('show_instance_secrets', '!', description='Show or mask secrets within instance information in API responses'), # noqa - # Roles likely to be overriden by operator + # Roles likely to be overridden by operator policy.RuleDefault('is_member', 'tenant:demo or tenant:baremetal', description='May be used to restrict access to specific tenants'), # noqa diff --git a/ironic/drivers/modules/ilo/firmware_processor.py b/ironic/drivers/modules/ilo/firmware_processor.py index 53e159a95a..9a8dbfa7a9 100644 --- a/ironic/drivers/modules/ilo/firmware_processor.py +++ b/ironic/drivers/modules/ilo/firmware_processor.py @@ -377,8 +377,8 @@ class FirmwareImageLocation(object): def remove(self): """Exposed method to remove the wrapped firmware file - This method gets overriden by the remove method for the respective type - of firmware file location it wraps. + This method gets overridden by the remove method for the respective + type of firmware file location it wraps. """ pass