fix typos in the docstring

Change-Id: If401e701bf128c22df07a59b0bbca2f37a42cb71
This commit is contained in:
melissaml 2018-12-22 03:39:51 +08:00
parent f7946e5254
commit cacf0944cd
2 changed files with 2 additions and 2 deletions

View File

@ -1135,7 +1135,7 @@ class SubordinateConfigContext(OSContextGenerator):
The subordinate interface allows subordinates to export their
configuration requirements to the principle for multiple config
files and multiple serivces. Ie, a subordinate that has interfaces
files and multiple services. Ie, a subordinate that has interfaces
to both glance and nova may export to following yaml blob as json::
glance:

View File

@ -91,7 +91,7 @@ class ArchiveUrlFetchHandler(BaseFetchHandler):
:param str source: URL pointing to an archive file.
:param str dest: Local path location to download archive file to.
"""
# propogate all exceptions
# propagate all exceptions
# URLError, OSError, etc
proto, netloc, path, params, query, fragment = urlparse(source)
if proto in ('http', 'https'):