diff options
| -rw-r--r-- | talpid-core/src/dns/linux/network_manager.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/dns/linux/network_manager.rs b/talpid-core/src/dns/linux/network_manager.rs index 73d49eb1a8..aceae68646 100644 --- a/talpid-core/src/dns/linux/network_manager.rs +++ b/talpid-core/src/dns/linux/network_manager.rs @@ -84,7 +84,7 @@ impl NetworkManager { let expected_resolv_conf = "/var/run/NetworkManager/resolv.conf"; let actual_resolv_conf = "/etc/resolv.conf"; if !eq_file_content(&expected_resolv_conf, &actual_resolv_conf) { - log::debug!("/etc/resolv.conf differs from reference resolv.conf, therefore NM is not manaing DNS"); + log::debug!("/etc/resolv.conf differs from reference resolv.conf, therefore NM is not managing DNS"); bail!(ErrorKind::NmNotManagingDns); } |
