aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.erl
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2014-06-12 14:36:24 +0200
committerMarcus Arendt <[email protected]>2014-06-12 14:36:24 +0200
commita7b3d5fae1f69dfaec1b7548728d3210ffaa7949 (patch)
tree885d872c84d7c942c47407ceb9cabb319892565e /lib/ssh/src/ssh.erl
parent034a301b215ead5359ed778bcf6d8ab32186b8f9 (diff)
downloadotp-a7b3d5fae1f69dfaec1b7548728d3210ffaa7949.tar.gz
otp-a7b3d5fae1f69dfaec1b7548728d3210ffaa7949.tar.bz2
otp-a7b3d5fae1f69dfaec1b7548728d3210ffaa7949.zip
Fix spelling mistakes
Diffstat (limited to 'lib/ssh/src/ssh.erl')
-rw-r--r--lib/ssh/src/ssh.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssh/src/ssh.erl b/lib/ssh/src/ssh.erl
index bf7ba0be7f..743c01a42c 100644
--- a/lib/ssh/src/ssh.erl
+++ b/lib/ssh/src/ssh.erl
@@ -432,14 +432,14 @@ handle_ssh_option(Opt) ->
throw({error, {eoptions, Opt}}).
handle_inet_option({active, _} = Opt) ->
- throw({error, {{eoptions, Opt}, "Ssh has built in flow control, "
- "and activ is handled internaly user is not allowd"
+ throw({error, {{eoptions, Opt}, "SSH has built in flow control, "
+ "and active is handled internally, user is not allowed"
"to specify this option"}});
handle_inet_option({inet, Value}) when (Value == inet) or (Value == inet6) ->
Value;
handle_inet_option({reuseaddr, _} = Opt) ->
- throw({error, {{eoptions, Opt},"Is set internaly user is not allowd"
+ throw({error, {{eoptions, Opt},"Is set internally, user is not allowed"
"to specify this option"}});
%% Option verified by inet
handle_inet_option(Opt) ->