Skip to content

Commit

Permalink
typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Halsey committed Jun 21, 2022
1 parent be29865 commit eb479d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn get_configuration() -> Result<DnsConfiguration, Error> {

// DNS priority is determined by interface metric
// However we also want to exclude various system adapters such as WSL
// so we will filter out any adapters that have a route to the internet
// so we will filter out any adapters that don't have a route to the internet
let internet_adapters = get_adapters()?
.into_iter()
.filter(|adapter| {
Expand Down

0 comments on commit eb479d9

Please sign in to comment.