From 0358fd6c2cc041bf2872e4b3d2bbdf802834542a Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Thu, 12 Nov 2020 09:05:06 -0500
Subject: [PATCH] Fix typo in ratchet spec and proposal

---
 i2p2www/spec/ecies.rst                                   | 4 ++--
 i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/i2p2www/spec/ecies.rst b/i2p2www/spec/ecies.rst
index a870e69dc..7373ebdf4 100644
--- a/i2p2www/spec/ecies.rst
+++ b/i2p2www/spec/ecies.rst
@@ -3,7 +3,7 @@ ECIES-X25519-AEAD-Ratchet
 =========================
 .. meta::
     :category: Protocols
-    :lastupdated: 2020-09
+    :lastupdated: 2020-11
     :accuratefor: 0.9.47
 
 .. contents::
@@ -131,7 +131,7 @@ Additions to the Framework
 ``````````````````````````
 
 This specification defines the following enhancements to
-Noise_XK_25519_ChaChaPoly_SHA256.  These generally follow the guidelines in
+Noise_IK_25519_ChaChaPoly_SHA256.  These generally follow the guidelines in
 [NOISE]_ section 13.
 
 1) Cleartext ephemeral keys are encoded with [Elligator2]_.
diff --git a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
index c6e02a658..6ab985258 100644
--- a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
+++ b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
@@ -5,7 +5,7 @@ ECIES-X25519-AEAD-Ratchet
     :author: zzz, chisana, orignal
     :created: 2018-11-22
     :thread: http://zzz.i2p/topics/2639
-    :lastupdated: 2020-05-30
+    :lastupdated: 2020-11-12
     :status: Closed
     :target: 0.9.46
     :implementedin: 0.9.46
@@ -328,7 +328,7 @@ Additions to the Framework
 ``````````````````````````
 
 This proposal defines the following enhancements to
-Noise_XK_25519_ChaChaPoly_SHA256.  These generally follow the guidelines in
+Noise_IK_25519_ChaChaPoly_SHA256.  These generally follow the guidelines in
 [NOISE]_ section 13.
 
 1) Cleartext ephemeral keys are encoded with [Elligator2]_.
-- 
GitLab