From 923296dc1c2f7d151056025dcd2ba7dc197f2c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Baru=C4=8Di=C4=87?= Date: Wed, 24 Jun 2020 09:55:20 +0200 Subject: [PATCH] DYNBUF.md: fix a typo: trail => tail Closes #5599 --- docs/DYNBUF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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