Mailinglist Archive: yast-commit (98 mails)
| < Previous | Next > |
[yast-commit] r67004 - in /branches/SuSE-Code-11-SP2-Branch/ldap-server: ./ src/agent/SlapdConfigAgent.cc
- From: rhafer@xxxxxxxxxxxxxxxxx
- Date: Wed, 07 Dec 2011 15:23:53 -0000
- Message-id: <20111207152354.22E4432520@svn2.opensuse.org>
Author: rhafer
Date: Wed Dec 7 16:23:53 2011
New Revision: 67004
URL: http://svn.opensuse.org/viewcvs/yast?rev=67004&view=rev
Log:
typo (bnc#725122)
Modified:
branches/SuSE-Code-11-SP2-Branch/ldap-server/ (props changed)
branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
Modified:
branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc?rev=67004&r1=67003&r2=67004&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
(original)
+++ branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
Wed Dec 7 16:23:53 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Dec 7 16:23:53 2011
New Revision: 67004
URL: http://svn.opensuse.org/viewcvs/yast?rev=67004&view=rev
Log:
typo (bnc#725122)
Modified:
branches/SuSE-Code-11-SP2-Branch/ldap-server/ (props changed)
branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
Modified:
branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc?rev=67004&r1=67003&r2=67004&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
(original)
+++ branches/SuSE-Code-11-SP2-Branch/ldap-server/src/agent/SlapdConfigAgent.cc
Wed Dec 7 16:23:53 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |