From: Jeff Trawick Date: Sun, 18 Nov 2001 13:22:59 +0000 (+0000) Subject: a couple of spelling corrections X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f835dc90a749e3e592640fc57f6aa8d6b5ab10e;p=apache a couple of spelling corrections git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92029 13f79535-47bb-0310-9956-ffa450edef68 --- 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