diff --git a/keystone/identity/core.py b/keystone/identity/core.py index ebbec69f5..ca25a0526 100644 --- a/keystone/identity/core.py +++ b/keystone/identity/core.py @@ -805,7 +805,7 @@ class Manager(manager.Manager): This method, specific to identity manager, is used instead of more general response_truncated, because the limit for identity entities - can be overriden in domain-specific config files. The driver to use + can be overridden in domain-specific config files. The driver to use is determined during processing of the passed parameters and response_truncated is designed to set the limit before any processing. """ diff --git a/releasenotes/notes/bp-domain-config-default-82e42d946ee7cb43.yaml b/releasenotes/notes/bp-domain-config-default-82e42d946ee7cb43.yaml index a78f831fa..b4d0b1e34 100644 --- a/releasenotes/notes/bp-domain-config-default-82e42d946ee7cb43.yaml +++ b/releasenotes/notes/bp-domain-config-default-82e42d946ee7cb43.yaml @@ -3,5 +3,5 @@ features: - > [`blueprint domain-config-default `_] The Identity API now supports retrieving the default values for the - configuration options that can be overriden via the domain specific + configuration options that can be overridden via the domain specific configuration API.