diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-09-09 21:29:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-10 08:32:07 +0200 |
commit | 1870fd2832d82781abc4443ffd344925f161bc4a (patch) | |
tree | 0cea4b952bf13991d30362bc5d3706e877327871 /tests/data/test1208 | |
parent | 6e054623b462494c26bbaf46da7ba4b5f40ff285 (diff) |
misc: fix typos in comments
Closes #2963
Diffstat (limited to 'tests/data/test1208')
-rw-r--r-- | tests/data/test1208 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1208 b/tests/data/test1208 index b4545b569..055aa9327 100644 --- a/tests/data/test1208 +++ b/tests/data/test1208 @@ -40,7 +40,7 @@ s/^EPRT \|1\|(.*)/EPRT \|1\|/ # This test doesn't send a QUIT because the main state machine in multi.c # triggers the timeout and sets the CURLE_OPERATION_TIMEDOUT error (28) for -# which the FTP disconect code generically has to assume could mean the +# which the FTP disconnect code generically has to assume could mean the # control the connection and thus it cannot send any command. <protocol> USER anonymous
|