Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/12217
Change subject: logging: fix typo in stream.c
......................................................................
logging: fix typo in stream.c
Change-Id: I5dcae1f19e18f04709ce7585943af1d582ebc7ed
---
M src/stream.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/17/12217/1
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 @@
&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
--
To view, visit https://gerrit.osmocom.org/12217
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5dcae1f19e18f04709ce7585943af1d582ebc7ed
Gerrit-Change-Number: 12217
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>