diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-11-10 15:36:28 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-11-10 15:36:28 +0100 |
commit | d596a523b9ebc767e348ab85778d2adb3c27c3d4 (patch) | |
tree | 9c6351ed37df4b910ee630c71a11b2aca3f90eb5 | |
parent | 592df29f9cdf6274fa85f1bf060e6ca57e50e675 (diff) |
ftpserver.pl: spellfix comment
-rwxr-xr-x | tests/ftpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index ed2a83268..bbbf7be29 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -26,7 +26,7 @@ # In December 2009 we started remaking the server to support more protocols # that are similar in spirit. Like POP3, IMAP and SMTP in addition to the FTP # it already supported since a long time. Note that it still only supports one -# protocol per invoke. You need to start mulitple servers to support multiple +# protocol per invoke. You need to start multiple servers to support multiple # protocols simultaneously. # # It is meant to exercise curl, it is not meant to be a fully working |