From df74177abb3bef126e9ace12dae10d602af5804c Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 25 Oct 2017 16:28:33 +0200 Subject: [PATCH] typo --- gap/quasigroups.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/quasigroups.gd b/gap/quasigroups.gd index 0c9a1be..aa18682 100644 --- a/gap/quasigroups.gd +++ b/gap/quasigroups.gd @@ -133,7 +133,7 @@ DeclareOperation( "IntoGroup", [ IsMagma ] ); ## PRODUCTS OF QUASIGROUPS AND LOOPS ## -------------------------------------------------------------------------- -DeclareGlobalFuntion("ProductTableOfCanonicalCayleyTables"); +DeclareGlobalFunction("ProductTableOfCanonicalCayleyTables"); #DirectProduct already declared for groups. #############################################################################