]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Sep 2024 05:00:15 +0000 (14:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Sep 2024 05:00:18 +0000 (14:00 +0900)
Follow-up for 67d0ce8843d612a2245d0966197d4f528b911b66.

src/resolve/resolved-dns-dnssec.c

index 233418affcb08fc6e81eeabaafdc02726f5acee9..09cc2cb7313471556e8bab1f2441f6e4e9845b79 100644 (file)
@@ -1219,7 +1219,7 @@ int dnssec_verify_rrset_search(
                         if (realtime == USEC_INFINITY)
                                 realtime = now(CLOCK_REALTIME);
 
-                        /* Have we seen an unreasonable number of invalid signaures? */
+                        /* Have we seen an unreasonable number of invalid signatures? */
                         if (nvalidations > DNSSEC_INVALID_MAX) {
                                 if (ret_rrsig)
                                         *ret_rrsig = NULL;