tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 13 Dec 2012 11:36:29 +0000 (12:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2012 10:54:40 +0000 (11:54 +0100)
Reviewed-by: Rusty Russell <rusty@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/common/transaction.c

index f18b4c229eb8400275b90eae8ef2582ca3736767..5cd79501ae47452b78c2e49ea9947cfb17f71c0a 100644 (file)
@@ -317,7 +317,7 @@ fail:
 
 
 /*
-  write while in a transaction - this varient never expands the transaction blocks, it only
+  write while in a transaction - this variant never expands the transaction blocks, it only
   updates existing blocks. This means it cannot change the recovery size
 */
 static int transaction_write_existing(struct tdb_context *tdb, tdb_off_t off,