From a54d0bdc653640d7272331a9fce1dcdd46fbf9cc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 5 Mar 2024 10:52:04 +0000 Subject: [PATCH] KNOWN_BUGS: fix typo Reviewed-by: Daniel Stenberg Closes #13051 --- docs/KNOWN_BUGS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 9244dc5e32..a1cc620c15 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -61,7 +61,7 @@ problems may have been fixed or changed somewhat since this was written. 6.13 Negotiate against Hadoop HDFS 7. FTP - 7.1 FTP upload fails if remebered dir is deleted + 7.1 FTP upload fails if remembered dir is deleted 7.2 Implicit FTPS upload timeout 7.3 FTP with NOBODY and FAILONERROR 7.4 FTP with ACCT @@ -382,7 +382,7 @@ problems may have been fixed or changed somewhat since this was written. 7. FTP -7.1 FTP upload fails if remebered dir is deleted +7.1 FTP upload fails if remembered dir is deleted curl's FTP code assumes that the directory it entered in a previous transfer still exists when it comes back to do a second transfer, and does not respond -- 2.47.3