Merge pull request #268 from DeforaNetworks/khorben/typo

Fix typo in a comment
This commit is contained in:
Michael Rash
2018-04-24 21:59:54 -04:00
committed by GitHub
+1 -1
View File
@@ -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.
*/