aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-14 08:37:15 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-14 08:37:15 +0000
commit697ecc3270bba54310fcb0a61df87324a1eb1520 (patch)
tree1b62f929977cd6115c5418c647058d1af9616dd8 /devel
parentba819ff4a9d6015a24e7079936d1c11de6c33daf (diff)
downloadports-697ecc3270bba54310fcb0a61df87324a1eb1520.tar.gz
ports-697ecc3270bba54310fcb0a61df87324a1eb1520.zip
devel/py-pluggy: Fix typo in pkg-descr
Notes
Notes: svn path=/head/; revision=501630
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pluggy/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pluggy/pkg-descr b/devel/py-pluggy/pkg-descr
index d95a577532a3..e964b3f48183 100644
--- a/devel/py-pluggy/pkg-descr
+++ b/devel/py-pluggy/pkg-descr
@@ -1,5 +1,5 @@
pluggy is the crystallized core of plugin management and hook calling for
-pytest. It enables 500+ plugins to extend and customize pytest's defaut
+pytest. It enables 500+ plugins to extend and customize pytest's default
behaviour. Even pytest itself is composed as a set of pluggy plugins
which are invoked in sequence according to a well defined set of protocols.