summaryrefslogtreecommitdiffstats
path: root/tests/gtcp_proxy
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtcp_proxy')
-rw-r--r--tests/gtcp_proxy/gtcp-proxy.c2
-rw-r--r--tests/gtcp_proxy/gtcp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtcp_proxy/gtcp-proxy.c b/tests/gtcp_proxy/gtcp-proxy.c
index 7b6312b0..b9efd5d4 100644
--- a/tests/gtcp_proxy/gtcp-proxy.c
+++ b/tests/gtcp_proxy/gtcp-proxy.c
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
}
/**
- * Start listening on specifed local socket; when we get a connection,
+ * Start listening on specified local socket; when we get a connection,
* connect to specified remote server and transfer data between local
* and remote server
*****************************************************************************/
diff --git a/tests/gtcp_proxy/gtcp.c b/tests/gtcp_proxy/gtcp.c
index 9f0fcf88..4b218a3c 100644
--- a/tests/gtcp_proxy/gtcp.c
+++ b/tests/gtcp_proxy/gtcp.c
@@ -69,7 +69,7 @@ int tcp_socket_create(void)
}
/**
- * Place specifed socket in non blocking mode
+ * Place specified socket in non blocking mode
*****************************************************************************/
void tcp_set_non_blocking(int skt)