Skip to content

Commit

Permalink
nit: desktop/navigator: Fix a typo in a comment: ownerhsip -> ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Feb 22, 2024
1 parent 98c0dc4 commit d2e854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/backends/navigator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>>),
Expand Down

0 comments on commit d2e854f

Please sign in to comment.