aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-09-07 22:51:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-09-07 22:51:47 +0000
commita53ca61f241d6020e8bfdc0f5e529356e2755ba7 (patch)
treed66ca29e5c536d3673fad810341875f0f4602357
parentb0c4eaac2a3aa9bc422c21b9d398e4dbfea18736 (diff)
downloadports-a53ca61f241d6020e8bfdc0f5e529356e2755ba7.tar.gz
ports-a53ca61f241d6020e8bfdc0f5e529356e2755ba7.zip
math/permlib: Fix grammar in description.
-rw-r--r--math/permlib/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/permlib/pkg-descr b/math/permlib/pkg-descr
index 0d2102251fa2..61cfeedadbdf 100644
--- a/math/permlib/pkg-descr
+++ b/math/permlib/pkg-descr
@@ -1,6 +1,6 @@
PermLib is a C++ library for permutation computations. Currently it supports set
stabilizer and in-orbit computations, based on bases and strong generating sets
-(BSGS). Additionally, it computes automorphisms of symmetric matrices and find
+(BSGS). Additionally, it computes automorphisms of symmetric matrices and finds
the lexicographically smallest set in an orbit of sets. It also features a very
basic recognition of permutation group types.