]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: dismissing
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 10 Mar 2021 12:12:14 +0000 (07:12 -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>
.github/actions/spell-check/allow.txt
pdns/dnsdist-lua.cc

index c25b5d4a75adc866aac58d012446a0608fb6c67d..65586e2c888bad36867848d77fc4c119a59bd422 100644 (file)
@@ -723,7 +723,6 @@ diffopts
 difft
 diffto
 digesttype
-dimissing
 dimitri
 directbackendcmd
 DIRECTORYTOK
index 77f12140d5607f398ba448be3410ca0cfdb256a8..78b9b8c3a141cda02ff4d4e9d6b1b15855908daf 100644 (file)
@@ -203,7 +203,7 @@ static void parseTLSConfig(TLSConfig& config, const std::string& context, boost:
     auto value = boost::get<int>((*vars)["numberOfStoredSessions"]);
     if (value < 0) {
       errlog("Invalid value '%d' for %s() parameter 'numberOfStoredSessions', should be >= 0, dismissing", value, context);
-      g_outputBuffer="Invalid value '" +  std::to_string(value) + "' for " + context + "() parameter 'numberOfStoredSessions', should be >= 0, dimissing";
+      g_outputBuffer="Invalid value '" +  std::to_string(value) + "' for " + context + "() parameter 'numberOfStoredSessions', should be >= 0, dismissing";
     }
     config.d_maxStoredSessions = value;
   }