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

index bb8bc590a4c8e0aa806c4ae82354ca6777433a78..3a7ddafa9dbce0e00e4c2e489aac8a4b1148da78 100644 (file)
@@ -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");
   }