From 2bb2bc4163a13253d51b7d11e4abbe62b07da526 Mon Sep 17 00:00:00 2001 From: cgar Date: Tue, 9 Sep 2014 20:31:37 -0400 Subject: spelling corrections --- other/bootstrap_daemon/tox-bootstrapd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') diff --git a/other/bootstrap_daemon/tox-bootstrapd.c b/other/bootstrap_daemon/tox-bootstrapd.c index a5d1c525..e4cadb35 100644 --- a/other/bootstrap_daemon/tox-bootstrapd.c +++ b/other/bootstrap_daemon/tox-bootstrapd.c @@ -187,7 +187,7 @@ void parse_tcp_relay_ports_config(config_t *cfg, uint16_t **tcp_relay_ports, int config_setting_t *elem = config_setting_get_elem(ports_array, i); if (elem == NULL) { - // it's NULL if `ports_array` is not an array (we have that check ealier) or if `i` is out of range, which should not be + // it's NULL if `ports_array` is not an array (we have that check earlier) or if `i` is out of range, which should not be syslog(LOG_WARNING, "Port #%d: Something went wrong while parsing the port. Stopping reading ports.\n", i); break; } -- cgit v1.2.3