pespin submitted this change.
Fix typos in error messages
Change-Id: I42b201127535ae9fc61adbdc37e1d23897fd81d8
---
M src/cbc_main.c
1 file changed, 2 insertions(+), 2 deletions(-)
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 change 28497. To unsubscribe, or for help writing mail filters, visit settings.