aboutsummaryrefslogtreecommitdiff
path: root/docs/PARALLEL-TRANSFERS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PARALLEL-TRANSFERS.md')
-rw-r--r--docs/PARALLEL-TRANSFERS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PARALLEL-TRANSFERS.md b/docs/PARALLEL-TRANSFERS.md
index da688ea05..6282fe516 100644
--- a/docs/PARALLEL-TRANSFERS.md
+++ b/docs/PARALLEL-TRANSFERS.md
@@ -40,7 +40,7 @@ Example:
Connections are shared fine between different easy handles, but the
"authentication contexts" are not. So for example doing HTTP Digest auth with
one handle for a particular transfer and then continue on with another handle
-that reuses the same connection, the second handle can't send the necessary
+that reuses the same connection, the second handle cannot send the necessary
Authorization header at once since the context is only kept in the original
easy handle.