From: JuPing Date: Wed, 30 Sep 2015 16:16:18 +0000 (+0800) Subject: Fix the bug of "Error spelling of 'accomodate'" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=824b4dc8acf2e1e61fd258f3730021c53d0dc8d1;p=openstack-build%2Fneutron-build.git 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 --- 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.