[libntl] 07/12: Fix typo
Julien Puydt
julien.puydt at laposte.net
Wed Jun 1 15:19:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository libntl.
commit 56811d94ead7ac613bf34958cce07dfb9e8b46fb
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Jun 1 17:01:14 2016 +0200
Fix typo
---
src/FFT.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/FFT.c b/src/FFT.c
index f49e4ff..7f9f91b 100644
--- a/src/FFT.c
+++ b/src/FFT.c
@@ -479,7 +479,7 @@ SmartPtr<zz_pInfoT> Build_zz_pInfo(FFTPrimeInfo *info) { return 0; }
void UseFFTPrime(long index)
{
- if (index < 0) LogicError("invalud FFT prime index");
+ if (index < 0) LogicError("invalid FFT prime index");
if (index >= NTL_MAX_FFTPRIMES) ResourceError("FFT prime index too large");
do { // NOTE: thread safe lazy init
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libntl.git
More information about the debian-science-commits
mailing list