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: