From 763ec873e09cfc65aa2d8627f9a108c573895f75 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 22 Oct 2017 18:44:51 +0200 Subject: [PATCH] typo --- gap/structure.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/structure.gi b/gap/structure.gi index 2d4fafb..fd03792 100644 --- a/gap/structure.gi +++ b/gap/structure.gi @@ -329,7 +329,7 @@ AddDictionary(OFDir@, "IsMultiplicativeElementWithOne", AddDictionary(OFDir@, "IsNearAdditiveElement", fail); AddDictionary(OFDir@, "IsNearAdditiveElementWithInverse", fail); AddDictionary(OFDir@, "IsNearAdditiveElementWithZero", fail); -AddDictionaty(OFDir@, "IsPerm", fail); +AddDictionary(OFDir@, "IsPerm", fail); AddDictionary(OFDir@, "IsPosRat", fail); AddDictionary(OFDir@, "IsRat", fail); AddDictionary(OFDir@, "IsRightQuotientElement", IsLeftQuotientElement);