aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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