From: Josh Soref Date: Thu, 11 Mar 2021 03:53:03 +0000 (-0500) Subject: spelling: support X-Git-Tag: rec-4.5.0-beta1~30^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c691721d136d395ad08ad0f3cfafb26d5df8633;p=thirdparty%2Fpdns.git spelling: support Signed-off-by: Josh Soref --- diff --git a/modules/lmdbbackend/lmdbbackend.cc b/modules/lmdbbackend/lmdbbackend.cc index 3a7ddafa9d..2a5b72bdc7 100644 --- a/modules/lmdbbackend/lmdbbackend.cc +++ b/modules/lmdbbackend/lmdbbackend.cc @@ -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);