From dc8fcf5a696781048e2287e058f2b21af6164c9e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 10 Dec 2018 13:11:41 +0100 Subject: logging: fix typo in stream.c Change-Id: I5dcae1f19e18f04709ce7585943af1d582ebc7ed --- src/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stream.c b/src/stream.c index 4548414..902e688 100644 --- a/src/stream.c +++ b/src/stream.c @@ -91,7 +91,7 @@ static int sctp_sock_activate_events(int fd) &event, sizeof(event)); if (rc < 0) - LOGP(DLINP, LOGL_ERROR, "coudldn't activate SCTP events " + LOGP(DLINP, LOGL_ERROR, "couldn't activate SCTP events " "on FD %u\n", fd); return rc; #else -- cgit v1.2.3