summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()