aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/examples
diff options
context:
space:
mode:
author0xAX <[email protected]>2015-01-24 11:45:29 +0600
committer0xAX <[email protected]>2015-01-24 11:45:29 +0600
commita154a5492bb1c3c6cd4dec74c929e4390a4877bf (patch)
tree720b36da98ecef54bce1b62556e94db5da1d1997 /lib/inets/examples
parent6c91a0a020ce22d422afa0c9900a7af7d442831c (diff)
downloadotp-a154a5492bb1c3c6cd4dec74c929e4390a4877bf.tar.gz
otp-a154a5492bb1c3c6cd4dec74c929e4390a4877bf.tar.bz2
otp-a154a5492bb1c3c6cd4dec74c929e4390a4877bf.zip
lib/inets: fix typo in httpd_load_test example
Diffstat (limited to 'lib/inets/examples')
-rw-r--r--lib/inets/examples/httpd_load_test/hdlt_slave.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/examples/httpd_load_test/hdlt_slave.erl b/lib/inets/examples/httpd_load_test/hdlt_slave.erl
index 52af9b5b90..41361418bc 100644
--- a/lib/inets/examples/httpd_load_test/hdlt_slave.erl
+++ b/lib/inets/examples/httpd_load_test/hdlt_slave.erl
@@ -180,7 +180,7 @@ ssh_slave_start(Host, ErlCmd) ->
?DEBUG("ssh_exec_erl -> done", []),
{ok, Connection, Channel};
Error3 ->
- ?LOG("failed exec comand: ~p", [Error3]),
+ ?LOG("failed exec command: ~p", [Error3]),
throw({error, {ssh_exec_failed, Error3}})
end.