From b70fdf443b7589e3cec4f0cf41fc84ccfed8041f Mon Sep 17 00:00:00 2001 From: Samuel M Smith Date: Mon, 15 Jul 2024 11:18:29 -0600 Subject: [PATCH] fixed typo in Controller AID field description in Routed messages field section. Typo was Receiver AID when should be Controller AID. --- spec/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec.md b/spec/spec.md index a660617..347c5e9 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -1080,7 +1080,7 @@ Unless otherwise clarified below, the definitions of the `[v, t, d, i]' field va ##### Controller AID field -The Controller AID, `i` field value is an AID that controls its associated KEL. When the Controller Identifier AID, `i` field appears at the top-level of a Routed Message, it refers to the Controller AID of the sender of that message. A Receiver AID, `i` field MAY appear in other places in messages. In those cases, its meaning SHOULD be determined by the context of its appearance. +The Controller AID, `i` field value is an AID that controls its associated KEL. When the Controller Identifier AID, `i` field appears at the top-level of a Routed Message, it refers to the Controller AID of the sender of that message. A Controller AID, `i` field MAY appear in other places in messages (not at the top level). In those cases, its meaning SHOULD be determined by the context of its appearance. ##### Receiver AID field