File 0661-Fix-typos-in-docs.patch of Package erlang
From 0c450d46bd6b58741dafa822a132eced8bf48376 Mon Sep 17 00:00:00 2001
From: Wojtek Mach <wojtek@wojtekmach.pl>
Date: Sat, 14 Dec 2019 20:04:05 +0100
Subject: [PATCH] Fix typos in docs
---
lib/crypto/doc/src/crypto.xml | 2 +-
lib/ssh/doc/src/ssh.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 22ffeb133a..2bc9bab5c9 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -91,7 +91,7 @@
<section>
<title>Keys and files</title>
<p>A number of objects must be present for the SSH application to work.
- Thoose objects are per default stored in files.
+ Those objects are per default stored in files.
The default names, paths and file formats are the same as for
<url href="http://www.openssh.com">OpenSSH</url>. Keys could be generated with the <c>ssh-keygen</c>
program from OpenSSH. See the
--
2.16.4