nit: desktop/navigator: Fix a typo in a comment: ownerhsip -> ownership

This commit is contained in:
TÖRÖK Attila 2024-02-22 20:54:35 +01:00
parent 98c0dc4616
commit d2e854fb73
1 changed files with 1 additions and 1 deletions

View File

@ -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<Mutex<IsahcResponse<AsyncBody>>>),