[libmath-prime-util-perl] 30/181: Fix spelling error (RT 91562)

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:51:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.36
in repository libmath-prime-util-perl.

commit 0716c2d1145d2b9b798fc89b01c67fc0ed3b9ff9
Author: Dana Jacobsen <dana at acm.org>
Date:   Sat Dec 21 13:51:58 2013 -0800

    Fix spelling error (RT 91562)
---
 primality.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/primality.c b/primality.c
index 68d6a5d..9a5d624 100644
--- a/primality.c
+++ b/primality.c
@@ -584,7 +584,7 @@ int _XS_is_almost_extra_strong_lucas_pseudoprime(UV n, UV increment)
   if (n < 7) return (n == 2 || n == 3 || n == 5);
   if ((n % 2) == 0 || n == UV_MAX) return 0;
   if (increment < 1 || increment > 256)
-    croak("Invalid lucas paramater increment: %"UVuf"\n", increment);
+    croak("Invalid lucas parameter increment: %"UVuf"\n", increment);
 
   P = 3;
   while (1) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list