]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: support
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:53:03 +0000 (22:53 -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>
modules/lmdbbackend/lmdbbackend.cc

index 3a7ddafa9dbce0e00e4c2e489aac8a4b1148da78..2a5b72bdc7bfdab5801d235cdf9ac566bce7822f 100644 (file)
@@ -60,7 +60,7 @@ LMDBBackend::LMDBBackend(const std::string& suffix)
 {
   // 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");
+    throw std::runtime_error("LMDB backend does not support multiple instances");
   }
 
   setArgPrefix("lmdb" + suffix);