tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 14 Dec 2012 13:50:08 +0000 (14:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2012 10:56:47 +0000 (11:56 +0100)
Reviewed-by: Rusty Russell <rusty@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
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;