diff --git a/core/java/src/net/i2p/crypto/eddsa/math/package.html b/core/java/src/net/i2p/crypto/eddsa/math/package.html
index f227f2c12f10cc75200486071cb232b830f73569..bac60e76dbe5f1595db4aec0ca6b9c563b482c5b 100644
--- a/core/java/src/net/i2p/crypto/eddsa/math/package.html
+++ b/core/java/src/net/i2p/crypto/eddsa/math/package.html
@@ -1,7 +1,7 @@
 <html><body>
 <p>
-   Data structures that definie curves and fields, and
-   the mathematical operaions on them.
+   Data structures that define curves and fields, and
+   the mathematical operations on them.
 </p><p>
    Low-level implementation is in <a href="bigint/package-summary.html">bigint</a> for any curve using BigIntegers,
    and in <a href="ed25519/package-summary.html">ed25519</a> for Curve 25519 using Radix $2^{51}$.