diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-11 11:38:17 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-11 11:38:17 +0200 |
commit | e080dd5ebd5cd014fe00c5483bacf2ea9ff4ea1e (patch) | |
tree | c2ae5768c2619f733532c4c4b38d8e3be29256b5 | |
parent | 85f7e5876a66f5054a50c148fc312810defd4057 (diff) | |
parent | 0d1609a3631f4a0f4d4ac4d915bb9dfbdfa1cb61 (diff) | |
download | otp-e080dd5ebd5cd014fe00c5483bacf2ea9ff4ea1e.tar.gz otp-e080dd5ebd5cd014fe00c5483bacf2ea9ff4ea1e.tar.bz2 otp-e080dd5ebd5cd014fe00c5483bacf2ea9ff4ea1e.zip |
Merge pull request #1563 from bitnitdit/Mnesia_chap2.xmlsrc-typo
Fix typo in Mnesia_chap2.xmlsrc
-rw-r--r-- | lib/mnesia/doc/src/Mnesia_chap2.xmlsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc b/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc index 37389ce5ae..914e0e509c 100644 --- a/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc +++ b/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc @@ -327,7 +327,7 @@ <section> <title>Initial Database Content</title> <p>After the insertion of the employee named <c>klacke</c>, - the databse has the following records:</p> + the database has the following records:</p> <marker id="table2_1"></marker> <table> <row> |