Thayne, Am 07.01.21 um 10:09 schrieb Thayne McCombs: > diff --git a/doc/internals/htx-api.txt b/doc/internals/htx-api.txt > index e783e0ebf..07224821c 100644 > --- a/doc/internals/htx-api.txt > +++ b/doc/internals/htx-api.txt > @@ -113,7 +113,7 @@ payload. > > Because the payloads part may wrap, there are 2 usable free spaces: > > - - The free space in front of the blocks part. This one is used iff > the other > + - The free space in front of the blocks part. This one is used if > the other > one was not used yet. > > - The free space at the beginning of the message. Once this one is > used, the
Didn't check all in detail, but that one is most likely not a typo. `iff` means `if and only if`. Best regards Tim Düsterhus

