Skip to content

Commit 4591521

Browse files
authored
Merge pull request #174 from timgates42/bugfix_typo_retransmission
docs: fix simple typo, retransmision -> retransmission
2 parents e967d8c + 55d4237 commit 4591521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfc1035.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ extract_name(struct dns_header *header, size_t plen, unsigned char **pp,
169169
}
170170

171171
/* Hash the question section. This is used to safely detect query
172-
retransmision and to detect answers to questions we didn't ask, which
172+
retransmission and to detect answers to questions we didn't ask, which
173173
might be poisoning attacks. Note that we decode the name rather
174174
than hash the raw bytes, since replies might be compressed differently.
175175
We ignore case in the names for the same reason. Return all-ones

0 commit comments

Comments
 (0)