From dc6250106b6efebc9c22019b9eb40da3dacc57b2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:44:08 -0500 Subject: [PATCH] spelling: attempt Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/idl/nanopb/payload.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idl/nanopb/payload.proto b/src/idl/nanopb/payload.proto index 9c78f107..e9486292 100644 --- a/src/idl/nanopb/payload.proto +++ b/src/idl/nanopb/payload.proto @@ -39,7 +39,7 @@ import "measurements.proto"; message Payload { required Tier sender = 2; /// Tier info represents who is sending a message. Payloads are uniquely identified by sender and time - required uint32 send_time_utc = 3; /// latest send attmpt time + required uint32 send_time_utc = 3; /// latest send attempt time optional uint32 send_retry_count = 4; optional User user = 6; /// User info apply to all sub-messages contained repeated bytes payloads = 10; /// recursive payloads form a tree structure to store arbitrary message history efficiently