]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix the bug of "Error spelling of 'accomodate'"
authorJuPing <jup.fnst@cn.fujitsu.com>
Wed, 30 Sep 2015 16:16:18 +0000 (00:16 +0800)
committerJuPing <jup.fnst@cn.fujitsu.com>
Wed, 30 Sep 2015 16:16:18 +0000 (00:16 +0800)
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
neutron/db/migration/cli.py

index ac7347db6dbac8a551a081090e7298211577d9ee..e3a6dd98f4fd7df1be8a4d6dbd604761626043a6 100644 (file)
@@ -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 Qos<type>Rule 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.
index b998a082c004330153513ed695944ac97b500e6d..72aa9602548c32c0a59c2d39366f8ff79726e553 100644 (file)
@@ -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.