summaryrefslogtreecommitdiffstats
path: root/nova/db
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2013-02-19 09:28:54 +1100
committerMichael Still <mikal@stillhq.com>2013-02-19 09:28:54 +1100
commit27c7ab85c843fdaa5d8729abbcc96d669c7f8334 (patch)
tree245f15d2aa83c883fa5efa5fe03115c65bbda695 /nova/db
parentb23c557cc8d03028caba95777f98adfe9b1031d9 (diff)
downloadnova-27c7ab85c843fdaa5d8729abbcc96d669c7f8334.tar.gz
nova-27c7ab85c843fdaa5d8729abbcc96d669c7f8334.tar.xz
nova-27c7ab85c843fdaa5d8729abbcc96d669c7f8334.zip
Small spelling fix in sqlalchemy utils.
Change-Id: Iabc7c3d6a3cee6496b19811ad29b336a63cd0529
Diffstat (limited to 'nova/db')
-rw-r--r--nova/db/sqlalchemy/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/sqlalchemy/utils.py b/nova/db/sqlalchemy/utils.py
index c67d8888d..f8ccbb6f2 100644
--- a/nova/db/sqlalchemy/utils.py
+++ b/nova/db/sqlalchemy/utils.py
@@ -128,7 +128,7 @@ def drop_unique_constraint(migrate_engine, table_name, uc_name, *columns,
def drop_old_duplicate_entries_from_table(migrate_engine, table_name,
use_soft_delete, *uc_column_names):
"""
- This method is used to drop all old rowss that have the same values for
+ This method is used to drop all old rows that have the same values for
columns in uc_columns.
"""
meta = MetaData()