From c3d2602c60d8a218409c9f95bef252e4811cbd29 Mon Sep 17 00:00:00 2001 From: Mitsuhiro SHIGEMATSU Date: Sat, 21 Mar 2015 08:42:23 +0900 Subject: Fix typo in swift/test/unit/account/test_backend.py Change-Id: I6cab110599019471b4005f1584fc26fa2a85d02e --- test/unit/account/test_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/account/test_backend.py b/test/unit/account/test_backend.py index 82978a830..d231fea74 100644 --- a/test/unit/account/test_backend.py +++ b/test/unit/account/test_backend.py @@ -747,7 +747,7 @@ def prespi_AccountBroker_initialize(self, conn, put_timestamp, **kwargs): The AccountBroker initialze() function before we added the policy stat table. Used by test_policy_table_creation() to make sure that the AccountBroker will correctly add the table - for cases where the DB existed before the policy suport was added. + for cases where the DB existed before the policy support was added. :param conn: DB connection object :param put_timestamp: put timestamp -- cgit v1.2.1