From b134b696f3390d907d73cfc49d3ab66db55f7ecf Mon Sep 17 00:00:00 2001 From: wangqiangbj Date: Tue, 30 Oct 2018 18:40:21 +0800 Subject: [PATCH] fix wrong spelling of "unnecessary" Change-Id: I1db36cab2a3dce4c1ae1c1de0d17c945e779bd9d --- keystoneauth1/discover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystoneauth1/discover.py b/keystoneauth1/discover.py index 5040a6b3..eb7ebf94 100644 --- a/keystoneauth1/discover.py +++ b/keystoneauth1/discover.py @@ -1437,7 +1437,7 @@ def get_discovery(session, url, cache=None, authenticated=False): # Whether we get one from fetching or from cache, set it in the # caches. This assures that if we combine sessions and auth plugins - # that we don't make unnecesary calls. + # that we don't make unnecessary calls. if disc: for cache in caches: cache[url] = disc