From 7cf97956435d2a60e42feb9375b20454e888f8dc Mon Sep 17 00:00:00 2001 From: Tim Heckman Date: Mon, 4 Jan 2016 11:34:26 -0800 Subject: [PATCH] Fix typo in V2 Header spec There was a typo in V2 of the Header spec where the word `reserved` is incorrectly spelled as `reerved`. This change should fix that. --- header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.md b/header.md index 9e6bd6d..28e0c3a 100644 --- a/header.md +++ b/header.md @@ -128,7 +128,7 @@ The Protocol header contains information about the message ... | Field | Bits | Type | Description | |-------|------|------|-------------| -| reerved | 64 | uint64_t | Reserved | +| reserved | 64 | uint64_t | Reserved | | type | 16 | uint16_t | Message type determines the payload being used | | reserved | 16 | | Reserved |