diff options
author | Petr Vaněk <[email protected]> | 2017-12-29 17:03:08 +0100 |
---|---|---|
committer | Petr Vaněk <[email protected]> | 2017-12-29 17:03:08 +0100 |
commit | 15e2cf7d13ca66d024c3ca948a8ee2475e8acac0 (patch) | |
tree | 17dd09e1033fa1f3063a62fbb8ea4309b4a9afb6 /HOWTO/TESTING.md | |
parent | 0052a4641d6f904fe632a9c056b9eed7ffc18b54 (diff) | |
download | otp-15e2cf7d13ca66d024c3ca948a8ee2475e8acac0.tar.gz otp-15e2cf7d13ca66d024c3ca948a8ee2475e8acac0.tar.bz2 otp-15e2cf7d13ca66d024c3ca948a8ee2475e8acac0.zip |
Fix howto typos
Diffstat (limited to 'HOWTO/TESTING.md')
-rw-r--r-- | HOWTO/TESTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/TESTING.md b/HOWTO/TESTING.md index 34eaa68df8..ad59319efa 100644 --- a/HOWTO/TESTING.md +++ b/HOWTO/TESTING.md @@ -80,7 +80,7 @@ To configure and run the tests `ts` is used. `ts` is a wrapper module to [common_test][] which takes care of configuration and build issues before [common_test][] is started. -`ts` has a lot of special options and functions which can be usefull when +`ts` has a lot of special options and functions which can be useful when testing Erlang/OTP. For a full listing issue `ts:help()` in the erlang shell. ### Configuring the test environment |