diff --git a/modules/metadata/mod_unique_id.c b/modules/metadata/mod_unique_id.c index 28e153e6bd..bc33cb32cd 100644 --- a/modules/metadata/mod_unique_id.c +++ b/modules/metadata/mod_unique_id.c @@ -89,7 +89,7 @@ typedef struct { } unique_id_rec; /* We are using thread_index (the index into the scoreboard), because we - * cannont garauntee the thread_id will be an integer. + * cannot guarantee the thread_id will be an integer. * * This code looks like it won't give a unique ID with the new thread logic. * It will. The reason is, we don't increment the counter in a thread_safe