Skip to content

Commit

Permalink
fixup: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 22, 2024
1 parent d4fd069 commit d4142d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-core/src/connectivity_listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub extern "system" fn Java_net_mullvad_talpid_ConnectivityListener_notifyConnec
) {
let Some(tx) = &*CONNECTIVITY_TX.lock().unwrap() else {
// No sender has been registered
log::trace!("Received connectivity notification wíth on channel");
log::trace!("Received connectivity notification wíth no channel");
return;
};

Expand Down

0 comments on commit d4142d9

Please sign in to comment.