Skip to content

Commit a28c02b

Browse files
authored
fix(pr): Fix typo
1 parent 28fc7e4 commit a28c02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/DNSServer/src/DNSServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{ '\5', 'l', 'o', 'c', 'a', 'l', '\0' }
2323
// From the following values only the MINIMAL_TTL has relevance
2424
// in the context of client-server protocol interactions.
25-
// The other vallues are arbitrary chosen as they are only relevant for
25+
// The other values are arbitrary chosen as they are only relevant for
2626
// in a zone-transfer scenario.
2727
#define DNS_SOA_SERIAL 2025052900 // Arbitrary serial (format: YYYYMMDDnn)
2828
#define DNS_SOA_REFRESH 100000 // Arbitrary (seconds)

0 commit comments

Comments
 (0)