From: Jeff Trawick Date: Sun, 18 Nov 2001 13:22:59 +0000 (+0000) Subject: a couple of spelling corrections X-Git-Tag: 2.0.29~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4eab62c855ac67c4e2f970560cbce35b8c3d1820;p=thirdparty%2Fapache%2Fhttpd.git 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 28e153e6bdd..bc33cb32cd8 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