diff options
author | Hans Nilsson <[email protected]> | 2017-04-26 11:49:43 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-04-26 12:12:58 +0200 |
commit | 192379acc9e112f393ad18e20f4951d1e318a7a0 (patch) | |
tree | c410a07aea25c7e30fd89bd9fdb7011218477291 /lib/ssh/src/ssh.hrl | |
parent | 418a06c1fa14d144abb95d6e2030e49d074cf6e6 (diff) | |
download | otp-192379acc9e112f393ad18e20f4951d1e318a7a0.tar.gz otp-192379acc9e112f393ad18e20f4951d1e318a7a0.tar.bz2 otp-192379acc9e112f393ad18e20f4951d1e318a7a0.zip |
ssh: Correction of misspelled type
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index 315310f700..c7ed11895c 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -134,7 +134,7 @@ role :: client | role(), peer :: undefined | {inet:hostname(), - {inet:ip_adress(),inet:port_number()}}, %% string version of peer address + {inet:ip_address(),inet:port_number()}}, %% string version of peer address c_vsn, %% client version {Major,Minor} s_vsn, %% server version {Major,Minor} |