pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28497 )
Change subject: Fix typos in error messages
......................................................................
Fix typos in error messages
Change-Id: I42b201127535ae9fc61adbdc37e1d23897fd81d8
---
M src/cbc_main.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/97/28497/1
diff --git a/src/cbc_main.c b/src/cbc_main.c
index 4b64c91..868a28e 100644
--- a/src/cbc_main.c
+++ b/src/cbc_main.c
@@ -246,13 +246,13 @@
}
if (cbsp_cbc_create(tall_cbc_ctx) == NULL) {
- perror("Error binidng CBSP port\n");
+ perror("Error binding CBSP port\n");
exit(1);
}
rc = rest_api_init(tall_rest_ctx, g_cbc->config.ecbe.local_host,
g_cbc->config.ecbe.local_port);
if (rc < 0) {
- perror("Error binidng ECBE port\n");
+ perror("Error binding ECBE port\n");
exit(1);
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28497
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I42b201127535ae9fc61adbdc37e1d23897fd81d8
Gerrit-Change-Number: 28497
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange