aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/design_principles/des_princ.xml
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-09-30 13:27:30 +0200
committerHenrik Nord <[email protected]>2015-09-30 13:27:30 +0200
commit382b1fde9f28090a41344d4e66bdbd5a1f4a7327 (patch)
treed70220446cd0b2337e6f6976ae2c36355f836230 /system/doc/design_principles/des_princ.xml
parent93b506afd35cc9edeebbad5da0c1624e2d3c0d92 (diff)
parent46178552c4622b29d5a70ca23d945e9036caa437 (diff)
downloadotp-382b1fde9f28090a41344d4e66bdbd5a1f4a7327.tar.gz
otp-382b1fde9f28090a41344d4e66bdbd5a1f4a7327.tar.bz2
otp-382b1fde9f28090a41344d4e66bdbd5a1f4a7327.zip
Merge branch 'maint'
Diffstat (limited to 'system/doc/design_principles/des_princ.xml')
-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>