summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Baručić <barucden@fel.cvut.cz>2020-06-24 09:55:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-24 11:33:02 +0200
commit923296dc1c2f7d151056025dcd2ba7dc197f2c5b (patch)
tree14aa72148154b6603962128851d55139526f799d
parente9db32a09af03f27e86d1251a9e68e9b7486d371 (diff)
downloadcurl-923296dc1c2f7d151056025dcd2ba7dc197f2c5b.tar.gz
DYNBUF.md: fix a typo: trail => tail
Closes #5599
-rw-r--r--docs/DYNBUF.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DYNBUF.md b/docs/DYNBUF.md
index 550477ee1..382c1365d 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