From: Otto Moerbeek Date: Mon, 11 Jan 2021 10:28:42 +0000 (+0100) Subject: typo X-Git-Tag: rec-4.5.0-alpha1~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9913%2Fhead;p=thirdparty%2Fpdns.git typo Co-authored-by: Peter van Dijk --- diff --git a/modules/bindbackend/bindbackend2.cc b/modules/bindbackend/bindbackend2.cc index 756cd9e7ff..5b9b991de1 100644 --- a/modules/bindbackend/bindbackend2.cc +++ b/modules/bindbackend/bindbackend2.cc @@ -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; }