summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/LWP/Protocol/ftp.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/LWP/Protocol/ftp.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/LWP/Protocol/ftp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/LWP/Protocol/ftp.pm b/Master/tlpkg/tlperl/lib/LWP/Protocol/ftp.pm
index d12acb32374..f478c6ee732 100644
--- a/Master/tlpkg/tlperl/lib/LWP/Protocol/ftp.pm
+++ b/Master/tlpkg/tlperl/lib/LWP/Protocol/ftp.pm
@@ -160,7 +160,7 @@ sub request
my $user = $url->user;
my $password = $url->password;
- # If a basic autorization header is present than we prefer these over
+ # If a basic authorization header is present than we prefer these over
# the username/password specified in the URL.
{
my($u,$p) = $request->authorization_basic;