Browse Source

tdb2: spelling fix

Brad Hards 15 years ago
parent
commit
b6a5823601
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/tdb2/test/run-firstkey-nextkey.c

+ 1 - 1
ccan/tdb2/test/run-firstkey-nextkey.c

@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
 			k = k2;
 		}
 
-		/* But arbitary orderings should work too. */
+		/* But arbitrary orderings should work too. */
 		for (j = td.calls-1; j > 0; j--) {
 			k.dptr = (unsigned char *)&td.records[j-1];
 			k.dsize = sizeof(td.records[j-1]);