Commit b6a58236 authored by Brad Hards's avatar Brad Hards Committed by Rusty Russell

tdb2: spelling fix

parent 87d99348
......@@ -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]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment