diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-02-12 14:46:08 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-02-12 14:46:08 +0100 |
| commit | 129e94c8b3e7b8d7e1a513629479ba89062aab00 (patch) | |
| tree | 2d57151b511f2a5dcd6acd1af67595c745aba4a0 | |
| parent | 9794e4195872dd18a20ff67167285717a5b54d73 (diff) | |
| download | mullvadvpn-129e94c8b3e7b8d7e1a513629479ba89062aab00.tar.xz mullvadvpn-129e94c8b3e7b8d7e1a513629479ba89062aab00.zip | |
Fix minor spelling "managing"
| -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); } |
