mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[master] spelling
This commit is contained in:
@@ -15,7 +15,7 @@ namespace dhcp {
|
|||||||
/// @brief Database statement not applied
|
/// @brief Database statement not applied
|
||||||
///
|
///
|
||||||
/// Cassandra have a concept of mutation (any statement that does change the
|
/// 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.
|
/// possible that those statesments may fail to apply.
|
||||||
class StatementNotApplied : public Exception {
|
class StatementNotApplied : public Exception {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user