From a5e472020419901ecdafdf9b0cc95c4d5a8fad8b Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Thu, 29 Aug 2019 16:09:27 -0400 Subject: [PATCH] fix minor typo --- src/UID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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