From c39a7955f1ebaa37c2c2f6bbf54629bc83e6bf88 Mon Sep 17 00:00:00 2001 From: zhufl Date: Tue, 10 May 2016 11:43:26 +0800 Subject: [PATCH] Correct some misspell words in nova There are some misspell words in nova, availabilty (availability) Synchronise (Synchronize) evacaute (evacuate) leagacy (legacy) doen't (doesn't) Assocate (Associate) Change-Id: I9a5e85278c94ba830d94ac15e0b7b8e3efc8e4d8 Closes-Bug: #1579997 --- nova/db/sqlalchemy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/db/sqlalchemy/api.py b/nova/db/sqlalchemy/api.py index 2936cd2d3..2a54f259d 100644 --- a/nova/db/sqlalchemy/api.py +++ b/nova/db/sqlalchemy/api.py @@ -4049,7 +4049,7 @@ def quota_reserve(context, resources, project_quotas, user_quotas, deltas, usages = project_usages else: # NOTE(mriedem): user_usages is a dict of resource keys to - # QuotaUsage sqlalchemy dict-like objects and doen't log well + # QuotaUsage sqlalchemy dict-like objects and doesn't log well # so convert the user_usages values to something useful for # logging. Remove this if we ever change how # _get_project_user_quota_usages returns the user_usages values.