Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
brucify committed Jan 29, 2015
2 parents 467fd67 + 6f19eae commit e4a8ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inets/examples/httpd_load_test/hdlt_slave.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e4a8ab7

Please sign in to comment.