]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Typo fix in ChangeLog.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 2 Sep 2014 20:37:59 +0000 (22:37 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 2 Sep 2014 20:37:59 +0000 (22:37 +0200)
ChangeLog

index 4530460ad3ea663c44628600ca9745a2e70c017e..a213a3fa4f8e98ba09eb277f956c6a29586ce9e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,7 +64,7 @@
        The modulo q case (op == 2) is hardcoded for curve25519.
 
        * ecc-j-to-a.c (ecc_j_to_a): For curves using redc, always convert
-       back from redc form. When producing x coordiante only optionally
+       back from redc form. When producing x coordinate only, optionally
        reduce it modulo q. Completely changes the meaning of the "flags"
        argument, and renames it to "op". Update all users of this
        function or ecc->h_to_a.