diff --git a/desktop/src/backends/navigator.rs b/desktop/src/backends/navigator.rs index 929b60f95097..108f12d1ad91 100644 --- a/desktop/src/backends/navigator.rs +++ b/desktop/src/backends/navigator.rs @@ -181,7 +181,7 @@ impl NavigatorBackend for ExternalNavigatorBackend { /// The response's body comes from the network. /// - /// This has to be stored in shared ownerhsip so that we can return + /// This has to be stored in shared ownership so that we can return /// owned futures. A synchronous lock is used here as we do not /// expect contention on this lock. Network(Arc>>),