fix wrong spelling of "unnecessary"

Change-Id: I1db36cab2a3dce4c1ae1c1de0d17c945e779bd9d
This commit is contained in:
wangqiangbj 2018-10-30 18:40:21 +08:00
parent c6e87c8209
commit b134b696f3
1 changed files with 1 additions and 1 deletions

View File

@ -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