aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Units
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 /math/p5-Math-Units
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 'math/p5-Math-Units')
-rw-r--r--math/p5-Math-Units/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Units/pkg-descr b/math/p5-Math-Units/pkg-descr
index 1167e76fd204..424ed5563b99 100644
--- a/math/p5-Math-Units/pkg-descr
+++ b/math/p5-Math-Units/pkg-descr
@@ -1,6 +1,6 @@
The Math::Units module converts a numeric value in one unit of measurement
-to some other unit. The units must be compatible, i.e. length can not be
-converted to volume. If a conversion can not be made an exception is
+to some other unit. The units must be compatible, i.e. length cannot be
+converted to volume. If a conversion cannot be made an exception is
thrown.
A combination chaining and reduction algorithm is used to perform the most