From: Denis Baručić Date: Wed, 24 Jun 2020 07:55:20 +0000 (+0200) Subject: DYNBUF.md: fix a typo: trail => tail X-Git-Tag: curl-7_71_1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923296dc1c2f7d151056025dcd2ba7dc197f2c5b;p=thirdparty%2Fcurl.git DYNBUF.md: fix a typo: trail => tail Closes #5599 --- diff --git a/docs/DYNBUF.md b/docs/DYNBUF.md index 550477ee1e..382c1365db 100644 --- a/docs/DYNBUF.md +++ b/docs/DYNBUF.md @@ -50,7 +50,7 @@ Reset the buffer length, but leave the allocation. ## tail - CURLcode Curl_dyn_trail(struct dynbuf *s, size_t length) + CURLcode Curl_dyn_tail(struct dynbuf *s, size_t length) Keep `length` bytes of the buffer tail (the last `length` bytes of the buffer). The rest of the buffer is dropped. The specified `length` must not be