Fixed typo

FossilOrigin-Name: f246fcfc83afeec9c5c7968b91d1640206b9a58ced1c43b7bd4951f7b893cc0b
This commit is contained in:
7u83@mail.ru 2016-03-13 08:38:29 +00:00
parent d097c6c44f
commit ea36783372
1 changed files with 1 additions and 1 deletions

View File

@ -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);