]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: transaction
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:55:48 +0000 (22:55 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:45 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/dbdnsseckeeper.cc

index ed1724d5d0c29c6c06efe0f378eb244ef865b848..dd79588cb0fd4c3b8336551ee92462d6d43058a8 100644 (file)
@@ -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;
   }