From 5d5a8b40918177354669826ca3f3112f56f15c2c Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 6 Feb 2021 11:26:15 +0100 Subject: [PATCH] Typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e98e7e0..41b174be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ This project adheres to `Semantic Versioning `_. `2.4.0`_ (2021-02-06) --------------------- * Added support for ``--session`` cookie expiration based on ``Set-Cookie: max-age=``. (`#1029`_) -* Show a ``--check-status`` warning with ``--quiet`` as well, not only when the output si redirected. (`#1026`_) +* Show a ``--check-status`` warning with ``--quiet`` as well, not only when the output is redirected. (`#1026`_) * Fixed upload with ``--session`` (`#1020`_). * Fixed a missing blank line between request and response (`#1006`_).