aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Autopod
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
commit0c926073ff9ccf507fb7969e19f3b28b833eab44 (patch)
tree205eda5f4c924f487263ec17828845ca6f3b83cc /textproc/p5-Pod-Autopod
parentc04cc57a1dbdc00a417751d12e5017e649cb74b3 (diff)
downloadports-0c926073ff9ccf507fb7969e19f3b28b833eab44.tar.gz
ports-0c926073ff9ccf507fb7969e19f3b28b833eab44.zip
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
Notes
Notes: svn path=/head/; revision=476184
Diffstat (limited to 'textproc/p5-Pod-Autopod')
-rw-r--r--textproc/p5-Pod-Autopod/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Autopod/pkg-descr b/textproc/p5-Pod-Autopod/pkg-descr
index f07399bf73ec..d465b0bd6fbf 100644
--- a/textproc/p5-Pod-Autopod/pkg-descr
+++ b/textproc/p5-Pod-Autopod/pkg-descr
@@ -4,7 +4,7 @@ like javadoc. So it uses also comments written directly obove the
method definitions. It is designed to asumes a pm file which
represents a class.
-Of course it can not understand every kind of syntax, parameters,
+Of course it cannot understand every kind of syntax, parameters,
etc. But the plan is to improve this library in the future to
understand more and more automatically.