From 158bfa97594591f7b081bd628ca8d10c3021c91c Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 14 Jun 2006 16:36:31 +0000 Subject: [PATCH] correct mistaken documentation --- panda/src/downloader/config_downloader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/downloader/config_downloader.cxx b/panda/src/downloader/config_downloader.cxx index e0613a48e6..91393a4737 100644 --- a/panda/src/downloader/config_downloader.cxx +++ b/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) {