From b1a40ac95053839c3aa4afbd380217467934c5ec Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 2 Dec 2004 13:20:54 +0000 Subject: [PATCH] fixed a typo --- .../modules/authentication/src/TestAuthenticationClient.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/livesupport/modules/authentication/src/TestAuthenticationClient.h b/livesupport/modules/authentication/src/TestAuthenticationClient.h index 3cd0f5175..c79c38526 100644 --- a/livesupport/modules/authentication/src/TestAuthenticationClient.h +++ b/livesupport/modules/authentication/src/TestAuthenticationClient.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/src/TestAuthenticationClient.h,v $ ------------------------------------------------------------------------------*/ @@ -92,7 +92,7 @@ using namespace LiveSupport::Core; * * * @author $Author: fgerlits $ - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ class TestAuthenticationClient : virtual public Configurable, @@ -106,12 +106,12 @@ class TestAuthenticationClient : static const std::string configElementNameStr; /** - * The name of the storage server, e.g. "myserver.mycompany.com". + * The login name of the (one) authorized test user. */ std::string userLogin; /** - * The path to the storage server php page. + * The password for the test user. */ std::string userPassword;