aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-09-30 13:26:37 +0200
committerHenrik Nord <[email protected]>2015-09-30 13:26:37 +0200
commitadad7350db249104a3012d3ea0cd6aab20a86cb6 (patch)
tree3c56a852873d4eb6dd87341ce0c327d3e31f9be9
parentc4a34c2cb397ef0db0798f3ea728d6aa0aa3c56a (diff)
parentcd7fc3a2ad13ab82a365f3ce1b2a9687fe600fc2 (diff)
downloadotp-adad7350db249104a3012d3ea0cd6aab20a86cb6.tar.gz
otp-adad7350db249104a3012d3ea0cd6aab20a86cb6.tar.bz2
otp-adad7350db249104a3012d3ea0cd6aab20a86cb6.zip
Merge branch 'entropiae/patch-1' into maint
* entropiae/patch-1: Fixed typo in otp design principles OTP-13017
-rw-r--r--system/doc/design_principles/des_princ.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/des_princ.xml b/system/doc/design_principles/des_princ.xml
index ba67a49585..0e087cf843 100644
--- a/system/doc/design_principles/des_princ.xml
+++ b/system/doc/design_principles/des_princ.xml
@@ -183,7 +183,7 @@ handle_cast({free, Ch}, Chs) ->
<item>The server name, in this example the atom
<c>ch2</c>, is hidden from the users of the client functions. This
means that the name can be changed without affecting them.</item>
- <item>The protcol (messages sent to and received from the server)
+ <item>The protocol (messages sent to and received from the server)
is also hidden. This is good programming practice and allows
one to change the protocol without changing the code using
the interface functions.</item>