Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Dec 17, 2024
1 parent bf052cc commit 6724ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/cohomolo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
to construct a better chain yourself. If so, then you can do this
by assigning the record field <chr>`.chain' to the list <L> of subgroups
that you wish to use. You should do that before calling any of the
cohomology functions. Remeber that the first term in the list must be
cohomology functions. Remember that the first term in the list must be
<G> itself, the sequence of subgroups must be strictly decreasing,
and the last term must be equal to the Sylow subgroup stored as
<chr>`.sylow'. (You can change <chr>`.sylow' to a different Sylow
Expand Down
6 changes: 3 additions & 3 deletions gap/coho4.g
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
#A coho4.g March 2000 Derek Holt
##
## Converted from the GAP 3.4.4 verion, Derek Holt 2000/03/10.
## Converted from the GAP 3.4.4 version, Derek Holt 2000/03/10.
## Changes are minimal - SplitExtension renamed SplitExtensionCHR
##
## This file contains the interface to my cohomology `C' programs.
Expand Down Expand Up @@ -160,7 +160,7 @@ end;
##
## This function makes a cohomology record. It should be called before
## using any of the main cohomology functions.
## <G> must be a permutation group, and <p> a prime (ususally dividing the
## <G> must be a permutation group, and <p> a prime (usually dividing the
## order of <G>).
## <F> must either be 0 (if not required, but <mats> is), or a finitely
## presented group with the same number of generators as <G> and mapping
Expand Down Expand Up @@ -290,7 +290,7 @@ end );
## <chr> should be a cohomology record, and n a positive integer.
## Let G=chr.permgp and P=chr.sylow.
## FindSubSeq calculates a sequence [S1,...,St] of subgroups of G, where
## Si > S(i+1) S1 = <G>, S2 = <P> and the indices are a ssmall as possible.
## Si > S(i+1) S1 = <G>, S2 = <P> and the indices are as small as possible.
## It works, by trying to find a subgroup S2 of G with small index, and then
## repeating with S2 in place of G.
## The parameter <n> indicates how hard it should try.
Expand Down

0 comments on commit 6724ebb

Please sign in to comment.