From: Wouter Wijngaards Date: Wed, 5 Sep 2018 05:33:38 +0000 (+0000) Subject: - Fix spelling error in header, from getdns commit by Andreas Gelmini. X-Git-Tag: release-1.8.1rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254df71810d3cfe4409b1ed9b68d89e0e368886c;p=thirdparty%2Funbound.git - Fix spelling error in header, from getdns commit by Andreas Gelmini. git-svn-id: file:///svn/unbound/trunk@4886 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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