aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-04-03 17:16:18 +0200
committerDaniel Gustafsson <daniel@yesql.se>2019-04-03 22:06:06 +0200
commit7b758e9835f120338c28c788b02cb4d68c76e7ea (patch)
tree0ef8016a9098095217369569f8ef3d80a3c1ab0d /docs/KNOWN_BUGS
parent6227e2bd07246de7a751b8de8cece6020802c264 (diff)
documentation: Fix several typos
Closes #3724 Reviewed-by: Jakub Zakrzewski Reviewed-by: Daniel Gustafsson
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 875456f19..92956c617 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -162,7 +162,7 @@ problems may have been fixed or changed somewhat since this was written!
There's a situation where we can get an error in a HTTP response that is
compressed, when that error is detected after all the actual body contents
- have been received and delivered to the appliction. This is tricky, but is
+ have been received and delivered to the application. This is tricky, but is
ultimately a broken server.
See https://github.com/curl/curl/issues/2719