Skip to content

Commit

Permalink
grpfp: fix "working horse" -> "workhorse"
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Mar 19, 2024
1 parent d65da1c commit 2c5bb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/grpfp.gd
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ TCENUM:=GAPTCENUM;
## is an internal function which is called by the functions
## <Ref Oper="CosetTable"/>, <Ref Attr="CosetTableInWholeGroup"/>
## and others.
## It is, in fact, the proper working horse that performs a Todd-Coxeter
## It is, in fact, the workhorse that performs a Todd-Coxeter
## coset enumeration.
## <A>fgens</A> must be a set of free generators and <A>grels</A> a set
## of relators in these generators. <A>fsgens</A> are subgroup generators
Expand Down
2 changes: 1 addition & 1 deletion lib/grpfp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ end );
#M CosetTableFromGensAndRels( <fgens>, <grels>, <fsgens> ) . . . . . . . . .
#M do a coset enumeration
##
## 'CosetTableFromGensAndRels' is the working horse for computing a coset
## 'CosetTableFromGensAndRels' is the workhorse for computing a coset
## table of H in G where G is a finitley presented group, H is a subgroup of
## G, and G is the whole group of H. It applies a Felsch strategy Todd-
## Coxeter coset enumeration. The expected parameters are
Expand Down

0 comments on commit 2c5bb8f

Please sign in to comment.