From ea36783372081ab9fffd7f16597e28fd803ee181 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 13 Mar 2016 08:38:29 +0000 Subject: [PATCH] Fixed typo FossilOrigin-Name: f246fcfc83afeec9c5c7968b91d1640206b9a58ced1c43b7bd4951f7b893cc0b --- src/cw/cw_put_local_ip_address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cw/cw_put_local_ip_address.c b/src/cw/cw_put_local_ip_address.c index 0bb39b1f..66bcacdd 100644 --- a/src/cw/cw_put_local_ip_address.c +++ b/src/cw/cw_put_local_ip_address.c @@ -7,7 +7,7 @@ #include "dbg.h" #include "cw.h" -int cw_put_local_ip_adress(int sock, uint8_t *dst, int ipv4elem_id, int ipv6elem_id) +int cw_put_local_ip_address(int sock, uint8_t *dst, int ipv4elem_id, int ipv6elem_id) { struct sockaddr_storage a; socklen_t alen = sizeof(struct sockaddr_storage);