From: Josh Soref Date: Thu, 11 Mar 2021 03:33:48 +0000 (-0500) Subject: spelling: disaster X-Git-Tag: rec-4.5.0-beta1~30^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3408c83713803234cb1751110aa471efa4cfbf6;p=thirdparty%2Fpdns.git spelling: disaster Signed-off-by: Josh Soref --- diff --git a/modules/lmdbbackend/lmdbbackend.cc b/modules/lmdbbackend/lmdbbackend.cc index bb8bc590a4..3a7ddafa9d 100644 --- a/modules/lmdbbackend/lmdbbackend.cc +++ b/modules/lmdbbackend/lmdbbackend.cc @@ -58,7 +58,7 @@ static std::mutex s_lmdbStartupLock; LMDBBackend::LMDBBackend(const std::string& suffix) { - // overlapping domain ids in combination with relative names are a recipe for disater + // overlapping domain ids in combination with relative names are a recipe for disaster if (!suffix.empty()) { throw std::runtime_error("LMDB backend does not suport multiple instances"); }