diff options
author | Mikhail Grachev <[email protected]> | 2018-10-14 23:22:16 +0300 |
---|---|---|
committer | Mikhail Grachev <[email protected]> | 2018-10-14 23:22:16 +0300 |
commit | bb640845a1b4ac5ae8d1e6114ad64f7749cff638 (patch) | |
tree | c8dd1b09fe998ac4ec60e85d66f4bb7a75d71832 /lib/mnesia/test | |
parent | 8e65d31faab67b9844bbbaaa6245b2da2dd97b76 (diff) | |
download | otp-bb640845a1b4ac5ae8d1e6114ad64f7749cff638.tar.gz otp-bb640845a1b4ac5ae8d1e6114ad64f7749cff638.tar.bz2 otp-bb640845a1b4ac5ae8d1e6114ad64f7749cff638.zip |
Fix typos
Diffstat (limited to 'lib/mnesia/test')
-rw-r--r-- | lib/mnesia/test/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mnesia/test/README b/lib/mnesia/test/README index e0ced7399d..30a0d2fd64 100644 --- a/lib/mnesia/test/README +++ b/lib/mnesia/test/README @@ -51,7 +51,7 @@ stated as test suite configuration parameters, but by default the extra node names are generated. In this example the names will be: a, a1 and a2. It is enough to start the first node manually, the extra nodes will automatically be started if -neccessary. +necessary. The attached UNIX shell script mt, does not work on all platforms, but it may be used as a source for inspiration. It @@ -63,7 +63,7 @@ test cases (i.e. test cases that encountered an error). During development we want to be able to run the test cases in the debugger. This demands a little bit of preparations: - - Start the neccessary number of nodes (normally 3). + - Start the necessary number of nodes (normally 3). This may either be done by running the mt script or by starting the main node and then invoke mt:start_nodes() to start the extra nodes with slave. @@ -73,7 +73,7 @@ in the debugger. This demands a little bit of preparations: - Load all files that needs to be interpreted. This is typically all Mnesia files plus the test case. By invoking mnesia:ni() - and mnesia:ni([TestModule]) the neccessary modules will be + and mnesia:ni([TestModule]) the necessary modules will be loaded on all CONNECTED nodes. The test case execution is supervised in order to ensure that no test |