aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-04-26 11:49:43 +0200
committerHans Nilsson <[email protected]>2017-04-26 12:12:58 +0200
commit192379acc9e112f393ad18e20f4951d1e318a7a0 (patch)
treec410a07aea25c7e30fd89bd9fdb7011218477291 /lib/ssh/src
parent418a06c1fa14d144abb95d6e2030e49d074cf6e6 (diff)
downloadotp-192379acc9e112f393ad18e20f4951d1e318a7a0.tar.gz
otp-192379acc9e112f393ad18e20f4951d1e318a7a0.tar.bz2
otp-192379acc9e112f393ad18e20f4951d1e318a7a0.zip
ssh: Correction of misspelled type
Diffstat (limited to 'lib/ssh/src')
-rw-r--r--lib/ssh/src/ssh.hrl2
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}