diff --git a/doc/Changelog b/doc/Changelog index dea434ca8..44f06d8bb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +5 September 2018: Wouter + - Fix spelling error in header, from getdns commit by Andreas Gelmini. + 4 September 2018: Ralph - More explicitly mention the type of ratelimit when applying ip-ratelimit. diff --git a/sldns/sbuffer.h b/sldns/sbuffer.h index 2c30b3736..55da9b1c5 100644 --- a/sldns/sbuffer.h +++ b/sldns/sbuffer.h @@ -130,7 +130,7 @@ struct sldns_buffer /** If the buffer is fixed it cannot be resized */ unsigned _fixed : 1; - /** If the buffer is vfixed, no more than capacity bytes willl be + /** If the buffer is vfixed, no more than capacity bytes will be * written to _data, however the _position counter will be updated * with the amount that would have been written in consecutive * writes. This allows for a modus operandi in which a sequence is