diff options
| author | leopardracer <136604165+leopardracer@users.noreply.github.com> | 2025-06-11 10:05:51 +0300 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-06-19 14:49:02 +0200 |
| commit | 53d54a7a3bec317744cd889cc20befa24f05f891 (patch) | |
| tree | 0bf4df2c51062ee2d2fdf9b7e413446e647f2782 | |
| parent | a230aa7cd5598e2d36a19241fecfda119adaa77d (diff) | |
| download | mullvadvpn-53d54a7a3bec317744cd889cc20befa24f05f891.tar.xz mullvadvpn-53d54a7a3bec317744cd889cc20befa24f05f891.zip | |
Update default_routes.rs
| -rw-r--r-- | talpid-routing/src/unix/macos/default_routes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-routing/src/unix/macos/default_routes.rs b/talpid-routing/src/unix/macos/default_routes.rs index a672992ffa..a115127485 100644 --- a/talpid-routing/src/unix/macos/default_routes.rs +++ b/talpid-routing/src/unix/macos/default_routes.rs @@ -14,7 +14,7 @@ use super::{ DefaultRoute, }; -/// Grace time during which we don't act if the best default route dissapears. +/// Grace time during which we don't act if the best default route disappears. // // 5 seconds seemed to be a reasonable value when testing. // Increasing this value will increase the time it takes the daemon to realize when there's no |
