tiny typo

This commit is contained in:
Glen Whitney 2017-10-25 17:02:21 +02:00
parent 3f203ef98d
commit 2619562396
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ InstallMethod(Opposite, "for right rack",
# only be called with a second-argument collection which is not a group or
# quasigroup.
InstallOtherMethod(DirectProductOp,
"for a list and non-quasigroup magma built form multiplication table",
"for a list and non-quasigroup magma built from multiplication table",
[IsList, IsMagma and IsBuiltFromMultiplicationTable],
function (list, first)
local n, item, i, jof, bigtable;