diff options
author | Pavel Roskin <prroskin@amazon.com> | 2016-01-14 16:32:09 +0000 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-14 08:47:50 -0800 |
commit | 964e860072cd4871481481d5b3ffa96abb1bac35 (patch) | |
tree | 10f00786ae0b59038feac3128ad073d248fbbd92 /tests/tcp_proxy | |
parent | 380c0cd2e77ece844691c3a67b17debb1f514fd5 (diff) | |
download | xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.tar.gz xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.zip |
Run through codespell
Diffstat (limited to 'tests/tcp_proxy')
-rw-r--r-- | tests/tcp_proxy/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcp_proxy/main.c b/tests/tcp_proxy/main.c index 2d283ed9..aa276c44 100644 --- a/tests/tcp_proxy/main.c +++ b/tests/tcp_proxy/main.c @@ -454,7 +454,7 @@ main_loop(char *local_port, char *remote_ip, char *remote_port, int hexdump) g_writeln("bind failed"); } - /* listen for an incomming connection */ + /* listen for an incoming connection */ if (error == 0) { error = g_tcp_listen(lis_sck); @@ -465,7 +465,7 @@ main_loop(char *local_port, char *remote_ip, char *remote_port, int hexdump) } } - /* accept an incomming connection */ + /* accept an incoming connection */ if (error == 0) { while ((!g_terminated) && (error == 0)) |