diff --git a/github3/helpers.py b/github3/helpers.py index d742acb..d4ed3e8 100644 --- a/github3/helpers.py +++ b/github3/helpers.py @@ -4,7 +4,7 @@ github3.helpers ~~~~~~~~~~~~~~~ -This module contians the helpers. +This module contains the helpers. """ from datetime import datetime diff --git a/github3/models.py b/github3/models.py index 4380b62..1056b3e 100644 --- a/github3/models.py +++ b/github3/models.py @@ -157,7 +157,7 @@ def releases(self): @property def processes(self): - """The proccesses for this app.""" + """The processes for this app.""" return self._h._get_resources( resource=('apps', self.name, 'ps'), obj=Process, app=self, map=ProcessListResource