[yast-commit] r64874 - /branches/SuSE-Code-11-SP2-Branch/ldap-server/src/LdapServer.pm
Author: rhafer Date: Mon Jul 18 15:31:46 2011 New Revision: 64874 URL: http://svn.opensuse.org/viewcvs/yast?rev=64874&view=rev Log: fixed typo Modified: branches/SuSE-Code-11-SP2-Branch/ldap-server/src/LdapServer.pm Modified: branches/SuSE-Code-11-SP2-Branch/ldap-server/src/LdapServer.pm URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/ldap-server/src/LdapServer.pm?rev=64874&r1=64873&r2=64874&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/ldap-server/src/LdapServer.pm (original) +++ branches/SuSE-Code-11-SP2-Branch/ldap-server/src/LdapServer.pm Mon Jul 18 15:31:46 2011 @@ -3396,7 +3396,7 @@ if ( $rc->{'exit'} != 0 ) { $self->SetError( _("Error while trying to verify the Server Certificate of the Provider server.\n"). - _("Please make sure that \"".$tls->{"caCertFile"}."\" constains the correct\nCA file to verify the remote Server Certificate."), + _("Please make sure that \"".$tls->{"caCertFile"}."\" contains the correct\nCA file to verify the remote Server Certificate."), $rc->{'stderr'} ); return 0; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn2.opensuse.org