File 0804-Fix-doc-typo.patch of Package erlang
From 37af119ba77535151ed7ea8b2639b1da04b3a433 Mon Sep 17 00:00:00 2001
From: Zhe Cheng <chengzhe02@qq.com>
Date: Tue, 21 Sep 2021 11:44:31 +0800
Subject: [PATCH] Fix doc typo
Fix doc typo
---
lib/mnesia/src/mnesia_loader.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/mnesia/src/mnesia_loader.erl b/lib/mnesia/src/mnesia_loader.erl
index b7e7f98499..b0b4ac023f 100644
--- a/lib/mnesia/src/mnesia_loader.erl
+++ b/lib/mnesia/src/mnesia_loader.erl
@@ -180,7 +180,7 @@ do_get_disc_copy2(Tab, Reason, Storage = {ext, Alias, Mod}, _Type) ->
%%
%% Grab read lock on table
%% Block dirty updates
-%% Update wherabouts
+%% Update whereabouts
%%
%% Cancel the update subscription
%% Process the subscription events
--
2.31.1