summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/tox-bootstrapd.c
diff options
context:
space:
mode:
authorcgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
committercgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
commit2bb2bc4163a13253d51b7d11e4abbe62b07da526 (patch)
tree18f7566c886ae81f23b14a7449234d6aede24ba4 /other/bootstrap_daemon/tox-bootstrapd.c
parenta0302b7acaef47805f93718630e501acdd3a3d00 (diff)
spelling corrections
Diffstat (limited to 'other/bootstrap_daemon/tox-bootstrapd.c')
-rw-r--r--other/bootstrap_daemon/tox-bootstrapd.c2
1 files changed, 1 insertions, 1 deletions
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
187 config_setting_t *elem = config_setting_get_elem(ports_array, i); 187 config_setting_t *elem = config_setting_get_elem(ports_array, i);
188 188
189 if (elem == NULL) { 189 if (elem == NULL) {
190 // 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 190 // 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
191 syslog(LOG_WARNING, "Port #%d: Something went wrong while parsing the port. Stopping reading ports.\n", i); 191 syslog(LOG_WARNING, "Port #%d: Something went wrong while parsing the port. Stopping reading ports.\n", i);
192 break; 192 break;
193 } 193 }