Fix two spelling mistakes

This fix the spelling mistakes of "prirorities" and "exceptionss".

Change-Id: Ie572028d94a9e4daf284daab2809e9e7a8edd572
This commit is contained in:
SongmingYan 2016-05-24 22:20:28 -04:00 committed by Songming Yan
parent 9e7298a75b
commit 99ddc7af60
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class FipRulePriorityAllocator(ItemAllocator):
"""Manages allocation of floating ips rule priorities.
IP rule priorities assigned to DVR floating IPs need
to be preserved over L3 agent restarts.
This class provides an allocator which saves the prirorities
This class provides an allocator which saves the priorities
to a datastore which will survive L3 agent restarts.
"""
def __init__(self, data_store_path, priority_rule_start,

View File

@ -317,7 +317,7 @@ class TenantQuotaNotFound(e.NotFound):
message = _("Quota for tenant %(tenant_id)s could not be found.")
# Neutron-lib migration shim. This will wrap any exceptionss that are moved
# Neutron-lib migration shim. This will wrap any exceptions that are moved
# to that library in a deprecation warning, until they can be updated to
# import directly from their new location.
# If you're wondering why we bother saving _OLD_REF, it is because if we