From 0d4c5d68007856a24f13268f5d2d99b5458825a8 Mon Sep 17 00:00:00 2001
From: melissaml <ma.lei@99cloud.net>
Date: Sat, 22 Dec 2018 02:51:50 +0800
Subject: [PATCH] fix typos in the docstring

Change-Id: I5ab5d72ab5a312205275b2478abb402627f5a21a
---
 charmhelpers/contrib/openstack/context.py | 2 +-
 charmhelpers/fetch/archiveurl.py          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charmhelpers/contrib/openstack/context.py b/charmhelpers/contrib/openstack/context.py
index 72084cb..5bb9628 100644
--- a/charmhelpers/contrib/openstack/context.py
+++ b/charmhelpers/contrib/openstack/context.py
@@ -1207,7 +1207,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:
diff --git a/charmhelpers/fetch/archiveurl.py b/charmhelpers/fetch/archiveurl.py
index dd24f9e..d25587a 100644
--- a/charmhelpers/fetch/archiveurl.py
+++ b/charmhelpers/fetch/archiveurl.py
@@ -89,7 +89,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'):
-- 
GitLab