File 0132-ftp-fix-typo-in-quote-2-doc.patch of Package erlang
From f5061c042a6bb1b16f94d8e2441eb0a7c04ac205 Mon Sep 17 00:00:00 2001
From: Mikael Pettersson <mikpelinux@gmail.com>
Date: Tue, 22 Dec 2020 09:21:27 +0100
Subject: [PATCH 2/2] ftp: fix typo in quote/2 doc
---
lib/ftp/doc/src/ftp.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ftp/doc/src/ftp.xml b/lib/ftp/doc/src/ftp.xml
index 6e6a4d7e13..c643ba4fa0 100644
--- a/lib/ftp/doc/src/ftp.xml
+++ b/lib/ftp/doc/src/ftp.xml
@@ -899,7 +899,7 @@
<type>
<v>Pid = pid()</v>
<v>Command = string()</v>
- <v>FTPLine = string(</v>
+ <v>FTPLine = string()</v>
</type>
<desc><note><p>The telnet end of line characters, from the FTP
protocol definition, CRLF, for example, "\\r\\n" has been removed.</p></note>
--
2.26.2