[yast-commit] r67003 - /trunk/ldap-server/src/agent/SlapdConfigAgent.cc
Author: rhafer Date: Wed Dec 7 16:20:54 2011 New Revision: 67003 URL: http://svn.opensuse.org/viewcvs/yast?rev=67003&view=rev Log: typo (bnc#725122) Modified: trunk/ldap-server/src/agent/SlapdConfigAgent.cc Modified: trunk/ldap-server/src/agent/SlapdConfigAgent.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/agent/SlapdConfigAgent.cc?rev=67003&r1=67002&r2=67003&view=diff ============================================================================== --- trunk/ldap-server/src/agent/SlapdConfigAgent.cc (original) +++ trunk/ldap-server/src/agent/SlapdConfigAgent.cc Wed Dec 7 16:20:54 2011 @@ -392,7 +392,7 @@ } } } catch ( LDAPException e ) { - std::string errstring = "Error while commiting changes to config database"; + std::string errstring = "Error while committing changes to config database"; std::string details = e.getResultMsg() + ": " + e.getServerMsg(); lastError->add(YCPString("summary"), -- 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