aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/testutils
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@debian.org>2024-01-10 23:08:40 +0800
committerOtto Kekäläinen <otto@debian.org>2024-01-12 14:21:55 -0800
commita0e45c6caeb84ccc3a24531c35f6bac3fd7c77b2 (patch)
treea7f2269d83fe1ce58a409aa5ac58c36b4b9ce9fe /tests/testutils
parentae2d10cd57f78e559bd1334e389d9ee347523c39 (diff)
gbp: Fix misc spelling in user visible output and comments
Diffstat (limited to 'tests/testutils')
-rw-r--r--tests/testutils/__init__.py2
-rw-r--r--tests/testutils/debiangittestrepo.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testutils/__init__.py b/tests/testutils/__init__.py
index 6ce1bc59..2072e0df 100644
--- a/tests/testutils/__init__.py
+++ b/tests/testutils/__init__.py
@@ -27,7 +27,7 @@ __all__ = ['GbpLogTester', 'DebianGitTestRepo', 'OsReleaseFile',
class OsReleaseFile(object):
- """Repesents a simple file with key-value pairs"""
+ """Represents a simple file with key-value pairs"""
def __init__(self, filename="/etc/os-release"):
self._values = {}
diff --git a/tests/testutils/debiangittestrepo.py b/tests/testutils/debiangittestrepo.py
index 20184525..81734c59 100644
--- a/tests/testutils/debiangittestrepo.py
+++ b/tests/testutils/debiangittestrepo.py
@@ -30,7 +30,7 @@ class DebianGitTestRepo(unittest.TestCase):
Add a single file with name I{name} and content I{content}. If
I{content} is C{none} the content of the file is undefined.
- @param name: the file's path relativ to the git repo
+ @param name: the file's path relative to the git repo
@type name: C{str}
@param content: the file's content
@type content: C{str}