From c4d9fb00e06674d8716c735dcfa57bc39c7df226 Mon Sep 17 00:00:00 2001 From: Thomas Amberg Date: Fri, 26 Jan 2024 15:04:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 311cdb1..fe56aa8 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ The first byte is the message type byte. The following message types are defined The second byte of messages of all the message types is the flag byte. Bits have the following meaning: -* Bit 0: `Ralayed`. Set if the message was repeated by some node that is not the originator of the message. Relayed messages are not acknowledged. +* Bit 0: `Relayed`. Set if the message was repeated by some node that is not the originator of the message. Relayed messages are not acknowledged. * Bit 1: `PleaseRelay`. If this flag is set, other receivers of the message will try to repeat the message, so that it can travel further in the WAN. * Bit 2: `Fragment`. This flag means that this message is a fragment of many, that should be reassembled in order to retrieve the full Data message. * Bit 3: `Media`. For message of type 'Data' this flag means that the message is not text, but some kind of media. See the Data messages section for more information.