diff options
author | Siri Hansen <[email protected]> | 2019-02-22 10:58:12 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2019-02-22 10:58:12 +0100 |
commit | 4657060caaf43c40aae70225156db94805178bf8 (patch) | |
tree | fa893e765b93523d5dc0ba28f5f8389fa3214909 /lib/inets/examples | |
parent | e11502856586ba5c6d1468817e43a0bfcf6c7569 (diff) | |
download | otp-4657060caaf43c40aae70225156db94805178bf8.tar.gz otp-4657060caaf43c40aae70225156db94805178bf8.tar.bz2 otp-4657060caaf43c40aae70225156db94805178bf8.zip |
Fix some missed comments about rsh
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 cb39a381af..30ddfd76af 100644 --- a/lib/inets/examples/httpd_load_test/hdlt_slave.erl +++ b/lib/inets/examples/httpd_load_test/hdlt_slave.erl @@ -54,7 +54,7 @@ %% 1. There must be an ssh program on computer; if not an error %% is returned. %% -%% 2. The hosts must be configured to allowed 'ssh' access without +%% 2. The hosts must be configured to allow 'ssh' access without %% prompts for password. %% %% The slave node will have its filer and user server redirected |