File 0658-Fix-typo.patch of Package erlang
From 752c61a98b1c69fc31057f041c6fbcaffcdf6d90 Mon Sep 17 00:00:00 2001
From: Henrik Lagebrand <14178318+lagebr@users.noreply.github.com>
Date: Thu, 19 Nov 2020 22:00:01 +0100
Subject: [PATCH] Fix typo
---
lib/debugger/doc/src/int.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/debugger/doc/src/int.xml b/lib/debugger/doc/src/int.xml
index a2fced44c2..d0706f2aa2 100644
--- a/lib/debugger/doc/src/int.xml
+++ b/lib/debugger/doc/src/int.xml
@@ -316,7 +316,7 @@ spawn(Module, Name, [Pid | Args])</pre>
tail recursive calls. This is the default.</p></item>
<tag><c>false</c></tag>
- <item><p>Save no information about currentcalls.</p></item>
+ <item><p>Save no information about current calls.</p></item>
</taglist>
</desc>
</func>
--
2.26.2