File 0191-ftp-fix-spelling-mistakes.patch of Package erlang
From bd97049f88accc1e70c839261f9e02e6998170c5 Mon Sep 17 00:00:00 2001
From: Alexander Clouter <alex@digriz.org.uk>
Date: Mon, 13 Jul 2020 19:43:20 +0100
Subject: [PATCH 01/14] ftp: fix spelling mistakes
---
lib/ftp/doc/src/ftp.xml | 2 +-
lib/ftp/test/ftp_SUITE.erl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/ftp/doc/src/ftp.xml b/lib/ftp/doc/src/ftp.xml
index e18f1e2b2b..0a147c721d 100644
--- a/lib/ftp/doc/src/ftp.xml
+++ b/lib/ftp/doc/src/ftp.xml
@@ -554,7 +554,7 @@
<v>sock_opts() = [<seetype marker="kernel:gen_tcp#option">gen_tcp:option()</seetype> except for ipv6_v6only, active, packet, mode, packet_size and header</v>
<v>timeout() = integer() > 0 (default is 60000 milliseconds)</v>
<v>dtimeout() = integer() > 0 | infinity (default is infinity)</v>
- <v>pogress() = ignore | {module(), function(), initial_data()} (default is ignore)</v>
+ <v>progress() = ignore | {module(), function(), initial_data()} (default is ignore)</v>
<v>module() = atom()</v>
<v>function() = atom()</v>
<v>initial_data() = term()</v>
diff --git a/lib/ftp/test/ftp_SUITE.erl b/lib/ftp/test/ftp_SUITE.erl
index a324a57833..b01fdeb342 100644
--- a/lib/ftp/test/ftp_SUITE.erl
+++ b/lib/ftp/test/ftp_SUITE.erl
@@ -1076,7 +1076,7 @@ start_ftpd(Config0) ->
ftp__close(ftp__open(Config,[{verbose,true}]))
of
Config1 when is_list(Config1) ->
- ct:log("Usuable ftp server ~p started on ~p:~p",[AbsName,Host,Port]),
+ ct:log("Usable ftp server ~p started on ~p:~p",[AbsName,Host,Port]),
Config
catch
Class:Exception ->
--
2.26.2