tdb: Fix a typo
[kai/samba.git] / lib / tdb / common / traverse.c
index a3bfefa1a4ec2def76ea9acccf448270d0268a0b..46e4be76728e986d1b5880e8bfa41bdb39fc2108 100644 (file)
@@ -149,7 +149,7 @@ static int tdb_traverse_internal(struct tdb_context *tdb,
        int ret = 0, count = 0;
        tdb_off_t off;
 
-       /* This was in the initializaton, above, but the IRIX compiler
+       /* This was in the initialization, above, but the IRIX compiler
         * did not like it.  crh
         */
        tl->next = tdb->travlocks.next;