diff --git a/src/centpkg/lookaside.py b/src/centpkg/lookaside.py
index b855e2f..04735e5 100644
--- a/src/centpkg/lookaside.py
+++ b/src/centpkg/lookaside.py
@@ -70,7 +70,7 @@ class StreamLookasideCache(CGILookasideCache):
 
         This method inherits the behavior of its parent class from pyrpkg.
 
-        It uses the internal `utils.get_repo_name` mehtod to parse the name in case
+        It uses the internal `utils.get_repo_name` method to parse the name in case
         it is a scm url. 
 
         Parameters
@@ -100,7 +100,7 @@ class StreamLookasideCache(CGILookasideCache):
 
         This method inherits the behavior of its parent class from pyrpkg.
 
-        It uses the internal `utils.get_repo_name` mehtod to parse the name in case
+        It uses the internal `utils.get_repo_name` method to parse the name in case
         it is a scm url. 
 
         Parameters
@@ -117,7 +117,7 @@ class StreamLookasideCache(CGILookasideCache):
         Raises
         ------
         pyrpkg.errors.rpkgError
-            Raises specialized classes that inherits from pyrokg base errors.
+            Raises specialized classes that inherits from pyrpkg base errors.
 
         Returns
         -------
@@ -135,7 +135,7 @@ class StreamLookasideCache(CGILookasideCache):
 
         This method inherits the behavior of its parent class from pyrpkg.
 
-        It uses the internal `utils.get_repo_name` mehtod to parse the name in case
+        It uses the internal `utils.get_repo_name` method to parse the name in case
         it is a scm url. 
 
         Parameters