Fix a couple of typos

This commit is contained in:
Glen Whitney 2017-10-30 01:00:42 -04:00
parent 244492a7ed
commit a69dcd05d3
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ end );
## ##
#O SpecifyElmNamePrefix( C, name ) #O SpecifyElmNamePrefix( C, name )
## ##
## Sets the elmNamePrefix property on the family of a Represntative of ## Sets the elmNamePrefix property on the family of a Representative of
## collection <C>. For quasigroups, loops, and possibly related structures ## collection <C>. For quasigroups, loops, and possibly related structures
## this changes the prefix with which the elements of that family are printed. ## this changes the prefix with which the elements of that family are printed.
@ -821,7 +821,7 @@ function( list, dummy )
# now only quasigroups and loops are on the list, with at least 2 of them # now only quasigroups and loops are on the list, with at least 2 of them
n := Length( quasigroup_list ); n := Length( quasigroup_list );
# We willl not use recursion; start by making all Cayley tables canonical # We will not use recursion; start by making all Cayley tables canonical
Apply(quasigroup_list, Apply(quasigroup_list,
Q -> CanonicalCayleyTableOfLeftQuasigroupTable( CayleyTable( Q ) ) ); Q -> CanonicalCayleyTableOfLeftQuasigroupTable( CayleyTable( Q ) ) );
T := ProductTableOfCanonicalCayleyTables( quasigroup_list ); T := ProductTableOfCanonicalCayleyTables( quasigroup_list );