From: Otto Moerbeek Date: Mon, 20 Jan 2025 14:56:35 +0000 (+0100) Subject: Typo in comment X-Git-Tag: dnsdist-2.0.0-alpha1~153^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15066%2Fhead;p=thirdparty%2Fpdns.git Typo in comment Co-authored-by: Remi Gacogne --- 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);