From 0b6539f3e9079c7f71071bcfc0cdbfa6b3d29b00 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 22 Oct 2017 18:29:29 +0200 Subject: [PATCH] typo --- gap/byconj.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/byconj.gd b/gap/byconj.gd index 7cb81f6..b29f152 100644 --- a/gap/byconj.gd +++ b/gap/byconj.gd @@ -8,7 +8,7 @@ DeclareCategory("IsConjugatorObject", DeclareCategoryCollections("IsConjugatorObject"); DeclareAttribute("ConjugatorFamily", IsFamily); -DeclareAttribure("ConjugatorType", IsFamily); +DeclareAttribute("ConjugatorType", IsFamily); DeclareSynonym("IsDefaultConjugatorObject", IsConjugatorObject and IsPositionalObjectOneSlotRep);