aboutsummaryrefslogtreecommitdiff
path: root/tests/test_Changelog.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_Changelog.py')
-rw-r--r--tests/test_Changelog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_Changelog.py b/tests/test_Changelog.py
index e66b42f..4de69fe 100644
--- a/tests/test_Changelog.py
+++ b/tests/test_Changelog.py
@@ -217,7 +217,7 @@ def test_parse_sections():
def test_add_section():
"""
- Test if we can add a section to an existant changelog
+ Test if we can add a section to an existing changelog
Methods tested:
- L{gbp.deb.changelog.ChangeLog.__init__}
@@ -263,7 +263,7 @@ def test_add_section():
def test_add_entry():
"""
- Test if we can add an entry to an existant changelog
+ Test if we can add an entry to an existing changelog
Methods tested:
- L{gbp.deb.changelog.ChangeLog.__init__}