Skip to content

Commit eb479d9

Browse files
author
Jacob Halsey
committed
typo in comments
1 parent be29865 commit eb479d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub fn get_configuration() -> Result<DnsConfiguration, Error> {
157157

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

0 commit comments

Comments
 (0)