Skip to content

Commit

Permalink
Change Semigroups -> semigroups
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Aug 26, 2024
1 parent c463374 commit 30c9992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.g
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if not IsBound(ORBC) then
BindGlobal("HTValue_TreeHash_C", fail);
fi;

if LoadKernelExtension("Semigroups") = false then
if LoadKernelExtension("semigroups") = false then
Error("failed to load Semigroups kernel extension");
fi;

Expand Down

0 comments on commit 30c9992

Please sign in to comment.