summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keystoneclient/contrib/auth/v3/saml2.py2
-rw-r--r--keystoneclient/v3/regions.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/contrib/auth/v3/saml2.py b/keystoneclient/contrib/auth/v3/saml2.py
index 2e74996..541e0d5 100644
--- a/keystoneclient/contrib/auth/v3/saml2.py
+++ b/keystoneclient/contrib/auth/v3/saml2.py
@@ -851,7 +851,7 @@ class ADFSUnscopedToken(_BaseSAMLPlugin):
This is a multistep process::
* Prepare ADFS Request Securty Token -
- build a etree.XML object filling certain attributes with proper user
+ build an etree.XML object filling certain attributes with proper user
credentials, created/expires dates (ticket is be valid for 120 seconds
as currently we don't handle reusing ADFS issued security tokens) .
Step handled by ``ADFSUnscopedToken._prepare_adfs_request()`` method.
diff --git a/keystoneclient/v3/regions.py b/keystoneclient/v3/regions.py
index 0cbec20..10a9b23 100644
--- a/keystoneclient/v3/regions.py
+++ b/keystoneclient/v3/regions.py
@@ -19,7 +19,7 @@ class Region(base.Resource):
Attributes:
* id: a string that identifies the region.
* description: a string that describes the region. Optional.
- * parent_region_id: string that is the id field for an pre-existing
+ * parent_region_id: string that is the id field for a pre-existing
region in the backend. Allows for hierarchical region
organization
* enabled: determines whether the endpoint appears in the catalog.