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;