From 204fd31b7529e08d2485b75341207bd972838d93 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 7 Feb 2014 15:19:34 +0800 Subject: [PATCH] Fix misspellings in keystone Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I6c6a2d8f2873f2af81c2dd761da9f71021cee9c4 Closes-Bug: #1257295 --- keystone/tests/test_backend.py | 2 +- keystone/tests/test_v3_federation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keystone/tests/test_backend.py b/keystone/tests/test_backend.py index 505e8f4678..efc1180308 100644 --- a/keystone/tests/test_backend.py +++ b/keystone/tests/test_backend.py @@ -4059,7 +4059,7 @@ class FilterTests(filtering.FilterTests): # SQL backend tests). For production deployments. OpenStack # assumes a case sensitive database. For these tests, therefore, we # need to be able to check the sensitivity of the database so as to - # know whether to run case senstive tests here. + # know whether to run case sensitive tests here. self._delete_test_data('user', user_list) diff --git a/keystone/tests/test_v3_federation.py b/keystone/tests/test_v3_federation.py index 873fdc010a..cd7fd34405 100644 --- a/keystone/tests/test_v3_federation.py +++ b/keystone/tests/test_v3_federation.py @@ -311,7 +311,7 @@ class FederatedIdentityProviderTests(FederationTests): def test_protocol_composite_pk(self): """Test whether Keystone let's add two entities with identical - names, however attached to diferent IdPs. + names, however attached to different IdPs. 1. Add IdP and assign it protocol with predefined name 2. Add another IdP and assign it a protocol with same name.