diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:29:01 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:29:01 +0000 |
commit | 7e35eb77292fe6464889ddc8329c6a64136f969d (patch) | |
tree | 76b1bdd02473d44be6773d0c61bbe8e98aeb8ffd /tests/ftpserver.pl | |
parent | 06df42410e8829b70812b56664ab9fe3c77b683a (diff) | |
download | curl-7e35eb77292fe6464889ddc8329c6a64136f969d.tar.gz |
spelling fixes
Detected using the `codespell` tool.
Also contains one URL protocol upgrade.
Closes https://github.com/curl/curl/pull/2334
Diffstat (limited to 'tests/ftpserver.pl')
-rwxr-xr-x | tests/ftpserver.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index f7f4fa2ae..97f7b8ea5 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -2708,7 +2708,7 @@ sub datasockf_state { } #********************************************************************** -# nodataconn_str returns string of efective nodataconn command. Notice +# nodataconn_str returns string of effective nodataconn command. Notice # that $nodataconn may be set alone or in addition to a $nodataconnXXX. # sub nodataconn_str { @@ -2934,7 +2934,7 @@ while(@ARGV) { } #*************************************************************************** -# Initialize command line option dependant variables +# Initialize command line option dependent variables # if(!$srcdir) { |