The word "accomodate " should be spelled as "accommodate".
So it is changed.
Change-Id: Ie0aae93973c0efec34c3d4baf0d3d2783c6eeef8
Closes-Bug: #
1501216
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.
# 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.