From e74f49d973da4d6dce741deee0d249e5848d06ce Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 25 Oct 2018 11:49:21 +0200 Subject: cosmetic: fix typo (soocket -> socket) Change-Id: I2184bf12398902d933f3744bc094418cc6961e86 --- src/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socket.c b/src/socket.c index a85edb73..bb5505f9 100644 --- a/src/socket.c +++ b/src/socket.c @@ -682,7 +682,7 @@ int osmo_sock_unix_init_ofd(struct osmo_fd *ofd, uint16_t type, uint8_t proto, return osmo_fd_init_ofd(ofd, osmo_sock_unix_init(type, proto, socket_path, flags)); } -/*! Get address/port information on soocket in dyn-alloc string +/*! Get address/port information on socket in dyn-alloc string * \param[in] ctx talloc context from which to allocate string buffer * \param[in] fd file descriptor of socket * \returns string identifying the connection of this socket -- cgit v1.2.3