From cd7fc3a2ad13ab82a365f3ce1b2a9687fe600fc2 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Wed, 23 Sep 2015 10:20:20 +0200 Subject: Fixed typo in otp design principles --- system/doc/design_principles/des_princ.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/doc') 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) -> The server name, in this example the atom ch2, is hidden from the users of the client functions. This means that the name can be changed without affecting them. - The protcol (messages sent to and received from the server) + 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. -- cgit v1.2.3