From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- include/arpa/nameser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/arpa') diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 0ef5ab409f..70c634a69d 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -126,7 +126,7 @@ ns_rr_cursor_qtype (const struct ns_rr_cursor *c) return c->first_rr[-4] * 256 + c->first_rr[-3]; } -/* Returns the clss of the first and only question (usally C_IN). */ +/* Returns the clss of the first and only question (usually C_IN). */ static inline const int ns_rr_cursor_qclass (const struct ns_rr_cursor *c) { -- cgit 1.4.1