summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_client_key_api.erl
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-12-31 16:02:28 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-01-20 05:50:23 +0800
commitd2d196f54c58769aaf09951b66ec545f681dd7d8 (patch)
treea5f78146690c1da83a708b6011ae101bacdf70bf /lib/ssh/src/ssh_client_key_api.erl
parent41ef8097d2b6f891e5c3bd9e8084d9ffb9f7ed75 (diff)
downloaderlang-d2d196f54c58769aaf09951b66ec545f681dd7d8.tar.gz
Fix typos in lib/ssh
Diffstat (limited to 'lib/ssh/src/ssh_client_key_api.erl')
-rw-r--r--lib/ssh/src/ssh_client_key_api.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_client_key_api.erl b/lib/ssh/src/ssh_client_key_api.erl
index 367d78bf22..1cc153904f 100644
--- a/lib/ssh/src/ssh_client_key_api.erl
+++ b/lib/ssh/src/ssh_client_key_api.erl
@@ -82,7 +82,7 @@
%%% in the argument Host with the port Port.
%%%
%%% Due to compatibility reasons, the OTP/SSH application first
-%%% trys add_host_key/4 and then the old add_host_key/3
+%%% tries add_host_key/4 and then the old add_host_key/3
-callback add_host_key(Host :: inet:ip_address() | inet:hostname()
| [inet:ip_address() | inet:hostname()],