From 715a0bcce3316a3785eb41a5080853120f9e1f41 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 4 Jan 2022 12:06:35 +0200 Subject: Fix typos (PR# 1099) --- validat7.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'validat7.cpp') diff --git a/validat7.cpp b/validat7.cpp index 32db7e4d..62f5b1d0 100644 --- a/validat7.cpp +++ b/validat7.cpp @@ -262,7 +262,7 @@ bool ValidateEC2N_Agreement() return pass; } -// TestX25519 is slighty more comprehensive than ValidateX25519 +// TestX25519 is slightly more comprehensive than ValidateX25519 // because it cross-validates against Bernstein's NaCL library. // TestX25519 called in Debug builds. bool TestX25519() @@ -454,7 +454,7 @@ bool TestX25519() return pass; } -// TestEd25519 is slighty more comprehensive than ValidateEd25519 +// TestEd25519 is slightly more comprehensive than ValidateEd25519 // because it cross-validates against Bernstein's NaCL library. // TestEd25519 called in Debug builds. bool TestEd25519() -- cgit v1.2.1