File 1463-Fix-typo-error.patch of Package erlang
From 6dce979cd56c57ac9336c7054df3153112905e2c Mon Sep 17 00:00:00 2001 From: Zhe Cheng <chengzhe02@qq.com> Date: Wed, 20 Oct 2021 17:26:31 +0800 Subject: [PATCH] Fix typo error Fix typo error --- lib/mnesia/src/mnesia_log.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mnesia/src/mnesia_log.erl b/lib/mnesia/src/mnesia_log.erl index 03411ace41..c0ad7f6692 100644 --- a/lib/mnesia/src/mnesia_log.erl +++ b/lib/mnesia/src/mnesia_log.erl @@ -93,7 +93,7 @@ %% The log file structure for the mnesia_down log is as follows. %% %% After the mnesia log section follows a mnesia_down section -%% containg lists with yoyo records as single element. +%% containing lists with yoyo records as single element. %% %% +-----------------+ %% | mnesia log head | -- 2.31.1