diff options
author | XhmikosR <xhmikosr@gmail.com> | 2020-12-25 07:52:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-26 23:54:25 +0100 |
commit | aadc75626bbe84db3b67a030ce5b72259cb856ac (patch) | |
tree | 44fae8dccf04ffc887d3aee5ba04965fac8e4cef /tests/server | |
parent | 334f85b3fc541fb1deca2e8f5ff3f707ecebcb4f (diff) | |
download | curl-aadc75626bbe84db3b67a030ce5b72259cb856ac.tar.gz |
misc: assorted typo fixes
Closes #6375
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/socksd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * */ |