Browse Source

correct mistaken documentation

David Rose 19 years ago
parent
commit
158bfa9759
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/downloader/config_downloader.cxx

+ 1 - 1
panda/src/downloader/config_downloader.cxx

@@ -144,7 +144,7 @@ ConfigVariableList http_username
           "will present this username/password when asked to authenticate a request "
           "for a particular server and/or realm.  The username is of the form "
           "server:realm:username:password, where either or both of server and "
-          "realm may be empty, or just server:username:password or username:password.  "
+          "realm may be empty, or just realm:username:password or username:password.  "
           "If the server or realm is empty, they will match anything."));
 
 ConfigureFn(config_downloader) {