From 1062021957e5ca8719b6ccb8382190c583aa6eff Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 25 Apr 2018 03:48:24 +0200 Subject: [PATCH] Fix typo in a comment --- client/spa_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/spa_comm.c b/client/spa_comm.c index 00b42269..1afd914c 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -562,7 +562,7 @@ send_spa_packet_http(const char *spa_data, const int sd_len, if(strncasecmp(ndx, "http://", 7) == 0) memmove(ndx, ndx+7, strlen(ndx)+1); - /* If there is a colon assume the proxy hostame or IP is on the left + /* If there is a colon assume the proxy hostname or IP is on the left * and the proxy port is on the right. So we make the : a \0 and * extract the port value. */