diff options
author | 0xAX <[email protected]> | 2015-01-24 11:45:29 +0600 |
---|---|---|
committer | 0xAX <[email protected]> | 2015-01-24 11:45:29 +0600 |
commit | a154a5492bb1c3c6cd4dec74c929e4390a4877bf (patch) | |
tree | 720b36da98ecef54bce1b62556e94db5da1d1997 /lib/inets/examples | |
parent | 6c91a0a020ce22d422afa0c9900a7af7d442831c (diff) | |
download | otp-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.erl | 2 |
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. |