diff options
author | Bruce Yinhe <[email protected]> | 2015-01-29 10:15:57 +0100 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2015-01-29 10:15:57 +0100 |
commit | 6f19eae6d1df8d6892a3f665d3cf38d3cc5359fc (patch) | |
tree | e0b267d00d248fda3eb6b03d5ba0300d49ec06f6 /lib | |
parent | fdc939b00444e4d0904c91cb3618eafe820eebec (diff) | |
parent | a154a5492bb1c3c6cd4dec74c929e4390a4877bf (diff) | |
download | otp-6f19eae6d1df8d6892a3f665d3cf38d3cc5359fc.tar.gz otp-6f19eae6d1df8d6892a3f665d3cf38d3cc5359fc.tar.bz2 otp-6f19eae6d1df8d6892a3f665d3cf38d3cc5359fc.zip |
Merge branch '0xAX/inets-typo-fix' into maint
* 0xAX/inets-typo-fix:
lib/inets: fix typo in httpd_load_test example
Diffstat (limited to 'lib')
-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. |