aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-10 13:11:41 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-12-10 13:11:41 +0100
commitdc8fcf5a696781048e2287e058f2b21af6164c9e (patch)
treeda6bd20f4cd67f669259d579c87c39fe19428ebb /src
parenta555a1fca28f6ba1c5c877bb3d94f2b77396ed64 (diff)
logging: fix typo in stream.c
Diffstat (limited to 'src')
-rw-r--r--src/stream.c2
1 files changed, 1 insertions, 1 deletions
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