Author: rhafer Date: Mon Oct 6 13:09:53 2008 New Revision: 51853 URL: http://svn.opensuse.org/viewcvs/yast?rev=51853&view=rev Log: fixed typo (bnc#432416) Modified: trunk/ldap-server/src/LdapServer.pm Modified: trunk/ldap-server/src/LdapServer.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/LdapServer.pm?rev=51853&r1=51852&r2=51853&view=diff ============================================================================== --- trunk/ldap-server/src/LdapServer.pm (original) +++ trunk/ldap-server/src/LdapServer.pm Mon Oct 6 13:09:53 2008 @@ -547,7 +547,7 @@ if ( ! $rc ) { y2error("Error while enabling LDAPI listener"); - $self->SetError( _("Enabling thi LDAPI Protocol listener failed.") ); + $self->SetError( _("Enabling the LDAPI Protocol listener failed.") ); Progress->Finish(); return 0; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org