From 575b358aa5d6ecbfca2a84bbabb309c9d058f6f3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:38:38 -0500 Subject: [PATCH] spelling: anonymous Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/util/dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/util/dict.h b/src/fw/util/dict.h index 7c1cf076..6fb85f6d 100644 --- a/src/fw/util/dict.h +++ b/src/fw/util/dict.h @@ -322,7 +322,7 @@ Tuple * dict_read_first(DictionaryIterator *iter); //! See also \ref Tuple, with is the header of a serialized key/value pair. typedef struct Tuplet { //! The type of the Tuplet. This determines which of the struct fields in the - //! anonymomous union are valid. + //! anonymous union are valid. TupleType type; //! The key. uint32_t key;