From 373e91af823813eccd45962d67f5a76d6eab2116 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 20 Jan 2025 15:56:35 +0100 Subject: [PATCH] Typo in comment Co-authored-by: Remi Gacogne --- pdns/credentials.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/credentials.cc b/pdns/credentials.cc index 4c65471c4e..ddc5add19b 100644 --- a/pdns/credentials.cc +++ b/pdns/credentials.cc @@ -442,7 +442,7 @@ SensitiveData CredentialsHolder::readFromTerminal() } struct std::map 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); -- 2.47.2