summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-19 07:08:22 +0000
committerGerrit Code Review <review@openstack.org>2013-02-19 07:08:22 +0000
commit49ead390863c2dc0efea766a42d768432d9dfae7 (patch)
tree1aaabc32b8c13a660739c666cbfb1a4ddeaeb32c
parent3e1e38f9a5b5550ea91b93040bc2d9c020aa7659 (diff)
parent27c7ab85c843fdaa5d8729abbcc96d669c7f8334 (diff)
Merge "Small spelling fix in sqlalchemy utils."
-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()