diff options
author | bitnitdit <[email protected]> | 2017-09-09 11:23:33 +0800 |
---|---|---|
committer | bitnitdit <[email protected]> | 2017-09-09 11:23:33 +0800 |
commit | 0d1609a3631f4a0f4d4ac4d915bb9dfbdfa1cb61 (patch) | |
tree | f9eb5e47ac1e77aaac20b816b3d65f5543c2042e | |
parent | 085e80ea7d5b56a8603f19ece0fe8e0c506b63da (diff) | |
download | otp-0d1609a3631f4a0f4d4ac4d915bb9dfbdfa1cb61.tar.gz otp-0d1609a3631f4a0f4d4ac4d915bb9dfbdfa1cb61.tar.bz2 otp-0d1609a3631f4a0f4d4ac4d915bb9dfbdfa1cb61.zip |
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> |