]> granicus.if.org Git - apache/commitdiff
a couple of spelling corrections
authorJeff Trawick <trawick@apache.org>
Sun, 18 Nov 2001 13:22:59 +0000 (13:22 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 18 Nov 2001 13:22:59 +0000 (13:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92029 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_unique_id.c

index 28e153e6bddbc0e22deea85889bda6222e5bb2b6..bc33cb32cd892ecb234616857c458b544f492555 100644 (file)
@@ -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