aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2015-01-29 10:16:11 +0100
committerBruce Yinhe <[email protected]>2015-01-29 10:16:11 +0100
commite4a8ab7530d340249c09ca7f27b0120f55b8354a (patch)
tree6f43aa1fe5f46033f6b85c44227306ffeb2833e6
parent467fd6711741cdb674780b4a5c6b2006a3482d78 (diff)
parent6f19eae6d1df8d6892a3f665d3cf38d3cc5359fc (diff)
downloadotp-e4a8ab7530d340249c09ca7f27b0120f55b8354a.tar.gz
otp-e4a8ab7530d340249c09ca7f27b0120f55b8354a.tar.bz2
otp-e4a8ab7530d340249c09ca7f27b0120f55b8354a.zip
Merge branch 'maint'
-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.