From 6ea21e8a2ef9a4ca0fdd07a11239897b224c54f7 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 3 Jan 2021 10:08:54 +0100 Subject: Updated libs --- src/libosmocc/endpoint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libosmocc/endpoint.c') diff --git a/src/libosmocc/endpoint.c b/src/libosmocc/endpoint.c index 83dd475..317efdb 100644 --- a/src/libosmocc/endpoint.c +++ b/src/libosmocc/endpoint.c @@ -960,7 +960,7 @@ static int osmo_cc_handle_endpoint(osmo_cc_endpoint_t *ep) } /* main handler - * note that it must be called in a loop (with ohter handlers) until no work was done + * note that it must be called in a loop (with other handlers) until no work was done */ int osmo_cc_handle(void) { @@ -1071,7 +1071,7 @@ static void osmo_cc_help_address(void) printf("remote []:\n\n"); printf("These options can be used to define local and remote IP and port for the socket\n"); - printf("interface. Note that IPv6 adresses must be enclosed by '[' and ']'.\n\n"); + printf("interface. Note that IPv6 addresses must be enclosed by '[' and ']'.\n\n"); printf("If no local address was given, the IPv4 loopback IP and port %d is used. If\n", OSMO_CC_DEFAULT_PORT); printf("this port is already in use, the first free higher port is used.\n\n"); -- cgit v1.2.3