From 5ef1cb3e24dac89bf288b46ff1b96eecb8ca7d81 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 31 Dec 2017 10:40:09 +0100 Subject: [PATCH] [master] spelling --- src/lib/dhcpsrv/db_exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/db_exceptions.h b/src/lib/dhcpsrv/db_exceptions.h index efff251d0d..46fc58bdd0 100644 --- a/src/lib/dhcpsrv/db_exceptions.h +++ b/src/lib/dhcpsrv/db_exceptions.h @@ -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: -- 2.47.2