diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test201 | 2 | ||||
-rw-r--r-- | tests/server/socksd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test201 b/tests/data/test201 index 254e2412e..8e9f190b7 100644 --- a/tests/data/test201 +++ b/tests/data/test201 @@ -21,7 +21,7 @@ file missing file:// file </name> <command> -file://localhost/%PWD/log/non-existant-file.txt +file://localhost/%PWD/log/non-existent-file.txt </command> </client> diff --git a/tests/server/socksd.c b/tests/server/socksd.c index e8b71bedf..34e02dd7a 100644 --- a/tests/server/socksd.c +++ b/tests/server/socksd.c @@ -48,7 +48,7 @@ * 0 - no auth * 1 - GSSAPI (not supported) * 2 - user + password - * "response [number]" - the decimal number to repsond to a connect + * "response [number]" - the decimal number to respond to a connect * SOCKS5: 0 is OK, SOCKS4: 90 is ok * */ |