From 824b4dc8acf2e1e61fd258f3730021c53d0dc8d1 Mon Sep 17 00:00:00 2001 From: JuPing Date: Thu, 1 Oct 2015 00:16:18 +0800 Subject: [PATCH] Fix the bug of "Error spelling of 'accomodate'" The word "accomodate " should be spelled as "accommodate". So it is changed. Change-Id: Ie0aae93973c0efec34c3d4baf0d3d2783c6eeef8 Closes-Bug: #1501216 --- doc/source/devref/quality_of_service.rst | 2 +- neutron/db/migration/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/quality_of_service.rst b/doc/source/devref/quality_of_service.rst index ac7347db6..e3a6dd98f 100644 --- a/doc/source/devref/quality_of_service.rst +++ b/doc/source/devref/quality_of_service.rst @@ -167,7 +167,7 @@ Note that rules are loaded in a non lazy way, meaning they are all fetched from the database on policy fetch. For QosRule objects, an extendable approach was taken to allow easy -addition of objects for new rule types. To accomodate this, fields common to +addition of objects for new rule types. To accommodate this, fields common to all types are put into a base class called QosRule that is then inherited into type-specific rule implementations that, ideally, only define additional fields and some other minor things. diff --git a/neutron/db/migration/cli.py b/neutron/db/migration/cli.py index b998a082c..72aa96025 100644 --- a/neutron/db/migration/cli.py +++ b/neutron/db/migration/cli.py @@ -239,7 +239,7 @@ def _compare_labels(revision, expected_labels): # validate that the script has expected labels only bad_labels = revision.branch_labels - expected_labels if bad_labels: - # NOTE(ihrachyshka): this hack is temporary to accomodate those + # NOTE(ihrachyshka): this hack is temporary to accommodate those # projects that already initialized their branches with liberty_* # labels. Let's notify them about the deprecation for now and drop it # later. -- 2.45.2