From: Francis Dupont Date: Sun, 31 Dec 2017 09:40:09 +0000 (+0100) Subject: [master] spelling X-Git-Tag: trac5494_base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef1cb3e24dac89bf288b46ff1b96eecb8ca7d81;p=thirdparty%2Fkea.git [master] spelling --- 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: