diff --git a/i2p2www/spec/ecies.rst b/i2p2www/spec/ecies.rst
index be6b13df43c22821db2fb6e281b4520c7b60b573..72bd12d21374c57c64f376d0f619b7de5f47026a 100644
--- a/i2p2www/spec/ecies.rst
+++ b/i2p2www/spec/ecies.rst
@@ -956,7 +956,7 @@ KDF for Payload Section (without Alice static key)
 Note that this is a Noise "N" pattern, but we use the same "IK" initializer
 as for bound sessions.
 
-New Session essages can not be identified as containing Alice's static key or not
+New Session messages can not be identified as containing Alice's static key or not
 until the static key is decrypted and inspected to determine if it contains all zeros.
 Therefore, the receiver must use the "IK" state machine for all
 New Session messages.
diff --git a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
index 0d6222a9e777789e240700e2819578fd9ffa2144..70dc014c144ec35c9c1292f1d87d1374a4ab1cda 100644
--- a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
+++ b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
@@ -1173,7 +1173,7 @@ KDF for Payload Section (without Alice static key)
 Note that this is a Noise "N" pattern, but we use the same "IK" initializer
 as for bound sessions.
 
-New Session essages can not be identified as containing Alice's static key or not
+New Session messages can not be identified as containing Alice's static key or not
 until the static key is decrypted and inspected to determine if it contains all zeros.
 Therefore, the receiver must use the "IK" state machine for all
 New Session messages.