From: Josh Soref Date: Thu, 11 Mar 2021 03:55:48 +0000 (-0500) Subject: spelling: transaction X-Git-Tag: rec-4.5.0-beta1~30^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7be864cb26a0e948a03678e1285ecf407c0f3ac;p=thirdparty%2Fpdns.git spelling: transaction Signed-off-by: Josh Soref --- diff --git a/pdns/dbdnsseckeeper.cc b/pdns/dbdnsseckeeper.cc index ed1724d5d0..dd79588cb0 100644 --- a/pdns/dbdnsseckeeper.cc +++ b/pdns/dbdnsseckeeper.cc @@ -224,7 +224,7 @@ bool DNSSECKeeper::getFromMeta(const DNSName& zname, const std::string& key, std { if (d_metaUpdate) { if (d_keymetadb->inTransaction()) { - throw runtime_error("DNSSECKeeper::getFromMeta() called after an update from within a transactiona."); + throw runtime_error("DNSSECKeeper::getFromMeta() called after an update from within a transaction."); } d_metaUpdate=false; }