From ee883b67c5e2c5586786c71574dd854f4e84cdef Mon Sep 17 00:00:00 2001 From: Friedrich Rober <37139927+FriedrichRober@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:06:23 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Max Horn --- lib/pquot.gi | 6 +++--- tst/testbugfix/2024-10-15-PQuotient.tst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pquot.gi b/lib/pquot.gi index 4b3044c0e9..f2cceb51e5 100644 --- a/lib/pquot.gi +++ b/lib/pquot.gi @@ -1310,9 +1310,9 @@ end ); ############################################################################# ## -#F AbelianPQuotient . . . . . . try to initialize an abelian p-quotient -## . . . . . . return true if we are sucessful -## . . . . . . return false otherwise +#F AbelianPQuotient . . . . . . . . try to initialize an abelian p-quotient +## +## Return true if we are successful, return false otherwise. ## InstallGlobalFunction( AbelianPQuotient, function( qs ) diff --git a/tst/testbugfix/2024-10-15-PQuotient.tst b/tst/testbugfix/2024-10-15-PQuotient.tst index 1f53e44880..a5b4e81deb 100644 --- a/tst/testbugfix/2024-10-15-PQuotient.tst +++ b/tst/testbugfix/2024-10-15-PQuotient.tst @@ -12,5 +12,5 @@ true # gap> PQuotient( FreeGroup(2), 5, 10, 520 : noninteractive ) <> fail; true -gap> gPQuotient( FreeGroup(2), 5, 10, 519 : noninteractive ) = fail; +gap> PQuotient( FreeGroup(2), 5, 10, 519 : noninteractive ) = fail; true