diff --git a/src/UID.h b/src/UID.h index c74f386ff1..aadab9f5a4 100644 --- a/src/UID.h +++ b/src/UID.h @@ -37,7 +37,7 @@ public: UID(const UID& other); /** - * Inititialize a UID of a given bit-length, optionally from given values. + * Initialize a UID of a given bit-length, optionally from given values. * @param bits The desired length in bits of the UID, up to a max of * BRO_UID_LEN * 64. * @param v A pointer to an array of values with which to initialize the