From d9f65e84fe676198523671d1460d79c7e949d147 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Wed, 25 Jun 2014 19:56:19 +0000
Subject: [PATCH] typo

---
 i2p2www/pages/site/docs/spec/common-structures.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/i2p2www/pages/site/docs/spec/common-structures.html b/i2p2www/pages/site/docs/spec/common-structures.html
index a7c8f11b3..56447b958 100644
--- a/i2p2www/pages/site/docs/spec/common-structures.html
+++ b/i2p2www/pages/site/docs/spec/common-structures.html
@@ -1,7 +1,7 @@
 {% extends "global/layout.html" %}
 {% block title %}{% trans %}Common structures Specification{% endtrans %}{% endblock %}
-{% block lastupdated %}{% trans %}February 2014{% endtrans %}{% endblock %}
-{% block accuratefor %}0.9.11{% endblock %}
+{% block lastupdated %}{% trans %}June 2014{% endtrans %}{% endblock %}
+{% block accuratefor %}0.9.13{% endblock %}
 {% block content %}
 <p>{% trans i2np=site_url('docs/protocol/i2np'),
 i2cp=site_url('docs/protocol/i2cp'),
@@ -253,7 +253,7 @@ A certificate is a container for various receipts or proof of works used through
 {% endtrans %}</p>
 <h4>{% trans %}Contents{% endtrans %}</h4>
 <p>{% trans -%}
-1 byte <a href="#type_Integer">Integer</a> specifying certificate type, followed by a 2 <a href="#type_Integer">Integer</a> specifying the size of the certificate payload, then that many bytes.
+1 byte <a href="#type_Integer">Integer</a> specifying certificate type, followed by a 2 byte <a href="#type_Integer">Integer</a> specifying the size of the certificate payload, then that many bytes.
 {% endtrans %}</p>
 {% highlight lang='dataspec' %}
 +----+----+----+----+----+-//
-- 
GitLab