]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling
authorFrancis Dupont <fdupont@isc.org>
Sun, 31 Dec 2017 09:40:09 +0000 (10:40 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 31 Dec 2017 09:40:09 +0000 (10:40 +0100)
src/lib/dhcpsrv/db_exceptions.h

index efff251d0d1203be73ad59cd02c2f26fd28252d5..46fc58bdd05c3be463bb0635c2300e780bd6065c 100644 (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: