diff options
author | Rickard Green <rickard@erlang.org> | 2021-08-19 14:28:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 14:28:40 +0200 |
commit | 29513bbe92e171fb66a06e60a2b5cca85d3cd26c (patch) | |
tree | 1da6e3c8e76503ecfc183f782a87bcb703d32aa7 /lib/mnesia | |
parent | f3bf015e159c13883148a5897b051fe0ba0b8b59 (diff) | |
parent | 58a908e2c10557fdd8b34eac8086ba646799d54b (diff) | |
download | erlang-29513bbe92e171fb66a06e60a2b5cca85d3cd26c.tar.gz |
Merge pull request #5112 from qrede/patch-13
Fix doc spelling
Diffstat (limited to 'lib/mnesia')
-rw-r--r-- | lib/mnesia/src/mnesia_recover.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/src/mnesia_recover.erl b/lib/mnesia/src/mnesia_recover.erl index c0409a39df..846e032515 100644 --- a/lib/mnesia/src/mnesia_recover.erl +++ b/lib/mnesia/src/mnesia_recover.erl @@ -130,7 +130,7 @@ allow_garb() -> cast(allow_garb). -%% The transaction log has either been swiched (latest -> previous) or +%% The transaction log has either been switched (latest -> previous) or %% there is nothing to be dumped. This means that the previous %% transaction log only may contain commit records which refers to %% transactions noted in the last two of the 'Prev' tables. All other |