From a69dcd05d3a7bbe726400fddbd985b4dc89da24f Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 30 Oct 2017 01:00:42 -0400 Subject: [PATCH] Fix a couple of typos --- gap/quasigroups.gi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gap/quasigroups.gi b/gap/quasigroups.gi index 9b1d00b..3e1dfc2 100644 --- a/gap/quasigroups.gi +++ b/gap/quasigroups.gi @@ -243,7 +243,7 @@ end ); ## #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 . For quasigroups, loops, and possibly related structures ## 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 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, Q -> CanonicalCayleyTableOfLeftQuasigroupTable( CayleyTable( Q ) ) ); T := ProductTableOfCanonicalCayleyTables( quasigroup_list );