From 2c691721d136d395ad08ad0f3cfafb26d5df8633 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 10 Mar 2021 22:53:03 -0500 Subject: [PATCH] spelling: support Signed-off-by: Josh Soref --- modules/lmdbbackend/lmdbbackend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2