diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 20:41:07 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 20:41:07 -0800 |
commit | 92a6833e9b808301bb3435bc1290f4b8d6242be5 (patch) | |
tree | 98b1175dafcc2d3177fce02b91b77a6f6eb1e620 /tests/tcp_proxy | |
parent | afa6ec97cc90ce45086df13ca7a5914a28175820 (diff) | |
download | xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.tar.gz xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.zip |
Fix typos
Diffstat (limited to 'tests/tcp_proxy')
-rw-r--r-- | tests/tcp_proxy/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcp_proxy/main.c b/tests/tcp_proxy/main.c index aa276c44..1cc58889 100644 --- a/tests/tcp_proxy/main.c +++ b/tests/tcp_proxy/main.c @@ -523,7 +523,7 @@ main_loop(char *local_port, char *remote_ip, char *remote_port, int hexdump) if (i > 99) { - g_writeln("timout connecting"); + g_writeln("timeout connecting"); error = 1; } |