File 0174-Fix-typo.patch of Package erlang
From 5264ffa0b9a860b18510b55afe580e94c30e3621 Mon Sep 17 00:00:00 2001
From: Erlend Hamberg <erlend@hamberg.no>
Date: Mon, 21 Dec 2020 19:23:16 +0100
Subject: [PATCH] Fix typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
turn of → turn off
---
lib/kernel/doc/src/logger_std_h.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/kernel/doc/src/logger_std_h.xml b/lib/kernel/doc/src/logger_std_h.xml
index bda052edad..d0d6268e34 100644
--- a/lib/kernel/doc/src/logger_std_h.xml
+++ b/lib/kernel/doc/src/logger_std_h.xml
@@ -119,7 +119,7 @@
the current log file. <c>FileName.0</c> is the newest of the
archives. The maximum value for <c>N</c> is the value
of <c>max_no_files</c> minus 1.</p>
- <p>Notice that setting this value to <c>0</c> does not turn of
+ <p>Notice that setting this value to <c>0</c> does not turn off
rotation. It only specifies that no archives are kept.</p>
<p>Defaults to <c>0</c>.</p>
</item>
--
2.26.2