]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix spelling error in header, from getdns commit by Andreas Gelmini.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Sep 2018 05:33:38 +0000 (05:33 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Sep 2018 05:33:38 +0000 (05:33 +0000)
git-svn-id: file:///svn/unbound/trunk@4886 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
sldns/sbuffer.h

index dea434ca8c1d07e0f8e9d0df0e9961a1bcc70e3b..44f06d8bb09e9ae8e4e407c3f129876c2cb1a735 100644 (file)
@@ -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.
index 2c30b37367080ed6859ea659294bb3f37aff7ee7..55da9b1c55174bb262aff9e7d9c83e1bf9f32d82 100644 (file)
@@ -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