From f646050aa12e6e49f5cfed8dbeabe404b6194dd2 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 29 Oct 2017 20:04:19 -0400 Subject: [PATCH] fix typo --- gap/constructions.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/constructions.gi b/gap/constructions.gi index a5f28b2..ce34a60 100644 --- a/gap/constructions.gi +++ b/gap/constructions.gi @@ -68,7 +68,7 @@ InstallOtherMethod(\/, "for anything and a right inert object", ); LeftTrivs@ := []; -RigthTrivs@ := []; +RightTrivs@ := []; InstallGlobalFunction(TrivialLeftQuandle, function(n)