aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-03-14 16:46:58 +0100
committerGitHub <[email protected]>2019-03-14 16:46:58 +0100
commit702ef9b0fa0a9b7345e3b397f23d8a76a2ac4df2 (patch)
tree88faee3686e03bdaeb6fc28da8ea3b7bd288de44 /erts
parentffa252a6e6a353acffb95130b44a89d6e286a7c6 (diff)
parentae6ac777fe55b5aec05a167109efc555cdcd3465 (diff)
downloadotp-702ef9b0fa0a9b7345e3b397f23d8a76a2ac4df2.tar.gz
otp-702ef9b0fa0a9b7345e3b397f23d8a76a2ac4df2.tar.bz2
otp-702ef9b0fa0a9b7345e3b397f23d8a76a2ac4df2.zip
Merge pull request #2181 from KronicDeth/patch-2
retranspissions -> retransmissions
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/alt_dist.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/alt_dist.xml b/erts/doc/src/alt_dist.xml
index e6245130fc..7c997cae20 100644
--- a/erts/doc/src/alt_dist.xml
+++ b/erts/doc/src/alt_dist.xml
@@ -60,7 +60,7 @@
parts of the logic in Erlang code, and you perhaps do not
even need a new driver for the protocol. One example could
be Erlang distribution over UDP using <c>gen_udp</c> (your
- Erlang code will of course have to take care of retranspissions,
+ Erlang code will of course have to take care of retransmissions,
etc in this example). That is, depending on what you want
to do you perhaps do not need to implement a driver at all
and can then skip the driver related sections below.