]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment 15066/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 20 Jan 2025 14:56:35 +0000 (15:56 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 14:56:35 +0000 (15:56 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/credentials.cc

index 4c65471c4e7a923a6c25fc00a7a6a98d751357e6..ddc5add19bd253d7f29256a1f396b737cb2cd9bf 100644 (file)
@@ -442,7 +442,7 @@ SensitiveData CredentialsHolder::readFromTerminal()
   }
 
   struct std::map<int, struct sigaction> signals;
-  struct sigaction sigact // just sigaction does noty work, it clashes with sigaction(2)
+  struct sigaction sigact // just sigaction does not work, it clashes with sigaction(2)
   {
   };
   sigemptyset(&sigact.sa_mask);