aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/testutils/debiangittestrepo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/debiangittestrepo.py')
-rw-r--r--tests/testutils/debiangittestrepo.py2
1 files changed, 1 insertions, 1 deletions
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}