File 1322-Fix-typos-in-erts-emulator-utils.patch of Package erlang
From d6de4d6d60b3ed26c9182bfd851c28f38d36ff8a Mon Sep 17 00:00:00 2001
From: "Kian-Meng, Ang" <kianmeng@cpan.org>
Date: Wed, 1 Dec 2021 04:40:02 +0800
Subject: [PATCH] Fix typos in erts/emulator/utils
---
erts/emulator/utils/beam_makeops | 4 ++--
erts/emulator/utils/count | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/erts/emulator/utils/count b/erts/emulator/utils/count
index e0a5e8bb9a..5d124bf139 100755
--- a/erts/emulator/utils/count
+++ b/erts/emulator/utils/count
@@ -24,7 +24,7 @@
main(_) ->
DisDir = "./dis",
ok = filelib:ensure_dir(filename:join(DisDir, "dummy")),
- io:format("Dissambling to ~s\n", [DisDir]),
+ io:format("Disassembling to ~s\n", [DisDir]),
ok = file:set_cwd(DisDir),
Path = code:get_path() -- ["."],
Beams0 = [filelib:wildcard(filename:join(Dir, "*.beam")) ||
@@ -98,7 +98,7 @@ increment(Key, Inc) ->
end.
%%%
-%%% Counting sempahore to limit the number of processes that
+%%% Counting semaphore to limit the number of processes that
%%% can run concurrently.
%%%
--
2.31.1