From d34e1eb24b346d1f6f46c82cd626907db2846c11 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 18 Oct 2017 22:00:02 +0200 Subject: [PATCH] Fix typo. --- gap/structure.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/structure.gi b/gap/structure.gi index 9ace9cd..7cc497a 100644 --- a/gap/structure.gi +++ b/gap/structure.gi @@ -2,7 +2,7 @@ ## Create structures with generators InstallGlobalFunction(CloneOfTypeByGenerators, - function(cat, fam, gens, genAttrib, tableCstr), + function(cat, fam, gens, genAttrib, tableCstr) local M; if not(IsEmpty(gens) or IsIdenticalObj(FamilyObj(gens), fam)) then Error(" and family of do not match");