Skip to content

Commit

Permalink
Fix typo DnsCache originalTtl comments (netty#12645)
Browse files Browse the repository at this point in the history
  • Loading branch information
thxwelchs authored Jul 26, 2022
1 parent f01f3cb commit 89a42ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public interface DnsCache {
* @param hostname the hostname
* @param additionals the additional records
* @param address the resolved address
* @param originalTtl the TLL as returned by the DNS server
* @param originalTtl the TTL as returned by the DNS server
* @param loop the {@link EventLoop} used to register the TTL timeout
* @return The {@link DnsCacheEntry} corresponding to this cache entry.
*/
Expand Down

0 comments on commit 89a42ed

Please sign in to comment.