summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-12-25 07:52:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-12-26 23:54:25 +0100
commitaadc75626bbe84db3b67a030ce5b72259cb856ac (patch)
tree44fae8dccf04ffc887d3aee5ba04965fac8e4cef /tests
parent334f85b3fc541fb1deca2e8f5ff3f707ecebcb4f (diff)
downloadcurl-aadc75626bbe84db3b67a030ce5b72259cb856ac.tar.gz
misc: assorted typo fixes
Closes #6375
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test2012
-rw-r--r--tests/server/socksd.c2
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
*
*/