From: Brad Hards Date: Sun, 16 Jan 2011 06:50:24 +0000 (+1100) Subject: tdb2: spelling fix X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=b6a582360151f9e35c8588aff83f093e93acb2eb tdb2: spelling fix --- diff --git a/ccan/tdb2/test/run-firstkey-nextkey.c b/ccan/tdb2/test/run-firstkey-nextkey.c index 424b736c..d07745f9 100644 --- a/ccan/tdb2/test/run-firstkey-nextkey.c +++ b/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]);