2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[master] spelling

This commit is contained in:
Francis Dupont
2017-12-31 10:40:09 +01:00
parent 7272a2f252
commit 5ef1cb3e24

View File

@@ -15,7 +15,7 @@ namespace dhcp {
/// @brief Database statement not applied
///
/// Cassandra have a concept of mutation (any statement that does change the
/// data, like INSERT, UPDATE or DELETE. Under certain conditions it may be
/// data, like INSERT, UPDATE or DELETE). Under certain conditions it may be
/// possible that those statesments may fail to apply.
class StatementNotApplied : public Exception {
public: