summaryrefslogtreecommitdiffhomepage
path: root/tests/component
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-06 18:11:50 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-06 18:11:50 -0300
commit618385ea9b2c9c232f2ea93442032ec5443b321f (patch)
tree14c53d98ae1b9a05aa65f67b97b79563a3b5364f /tests/component
parent4bad3c5c4146d773004fa36ee778e03d4af28df3 (diff)
Fix typo
Diffstat (limited to 'tests/component')
-rw-r--r--tests/component/deb/fixtures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/deb/fixtures.py b/tests/component/deb/fixtures.py
index 5f14778a..710372e7 100644
--- a/tests/component/deb/fixtures.py
+++ b/tests/component/deb/fixtures.py
@@ -39,7 +39,7 @@ DEFAULT_QUILT30 = os.path.join(DEB_TEST_DATA_DIR,
class RepoFixtures(object):
@classmethod
def native(cls, dsc=DEFAULT_NATIVE, opts=None):
- """Docorator to be used as Debian native test fixture"""
+ """Decorator to be used as Debian native test fixture"""
def wrapper(fn):
@wraps(fn)
def _native_repo(*args):