]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo 9913/head
authorOtto Moerbeek <otto@drijf.net>
Mon, 11 Jan 2021 10:28:42 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Jan 2021 10:28:42 +0000 (11:28 +0100)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
modules/bindbackend/bindbackend2.cc

index 756cd9e7ffd57de8456789488e95cd18dde10506..5b9b991de19314f3fb94fa0f3cff311b33e95f35 100644 (file)
@@ -1356,7 +1356,7 @@ BB2DomainInfo Bind2Backend::createDomainEntry(const DNSName& domain, const strin
   {   // Find a free zone id nr.  
     ReadLock rl(&s_state_lock);
     if (!s_state.empty()) {
-      // older (1.53) versions of boost have an exprression for s_state.rbegin()
+      // older (1.53) versions of boost have an expression for s_state.rbegin()
       // that is ambiguous in C++17. So construct it explicitly
       newid = boost::make_reverse_iterator(s_state.end())->d_id+1;
     }