diff options
author | Volker Lendecke <vl@samba.org> | 2012-12-14 14:50:08 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-21 11:56:47 +0100 |
commit | d972e6fa74b6499403d4c3d3c6a84cbda7eded39 (patch) | |
tree | 6412ee5b995ecbe5598bb2309ace71204eed84d1 /lib | |
parent | c04de8f3a4deba0062f8cdbcbe74d3735a80b735 (diff) | |
download | samba-d972e6fa74b6499403d4c3d3c6a84cbda7eded39.tar.gz samba-d972e6fa74b6499403d4c3d3c6a84cbda7eded39.tar.xz samba-d972e6fa74b6499403d4c3d3c6a84cbda7eded39.zip |
tdb: Fix a typo
Reviewed-by: Rusty Russell <rusty@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/common/traverse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/traverse.c b/lib/tdb/common/traverse.c index a3bfefa1a4..46e4be7672 100644 --- a/lib/tdb/common/traverse.c +++ b/lib/tdb/common/traverse.c @@ -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; |