diff options
| -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 |
