aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorPetr Vaněk <[email protected]>2017-12-29 17:03:08 +0100
committerPetr Vaněk <[email protected]>2017-12-29 17:03:08 +0100
commit15e2cf7d13ca66d024c3ca948a8ee2475e8acac0 (patch)
tree17dd09e1033fa1f3063a62fbb8ea4309b4a9afb6 /HOWTO
parent0052a4641d6f904fe632a9c056b9eed7ffc18b54 (diff)
downloadotp-15e2cf7d13ca66d024c3ca948a8ee2475e8acac0.tar.gz
otp-15e2cf7d13ca66d024c3ca948a8ee2475e8acac0.tar.bz2
otp-15e2cf7d13ca66d024c3ca948a8ee2475e8acac0.zip
Fix howto typos
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/DTRACE.md2
-rw-r--r--HOWTO/TESTING.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO/DTRACE.md b/HOWTO/DTRACE.md
index 0c08b6cc3d..28712dab88 100644
--- a/HOWTO/DTRACE.md
+++ b/HOWTO/DTRACE.md
@@ -44,7 +44,7 @@ Status
As of R15B01, the dynamic trace code is included in the OTP source distribution,
although it's considered experimental. The main development of the dtrace code
still happens outside of Ericsson, but there is no need to fetch a patched
-version of the OTP source to get the basic funtionality.
+version of the OTP source to get the basic functionality.
DTrace probe specifications
---------------------------
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