summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2019-02-20 22:16:41 +0100
committerOdd Stranne <odd@mullvad.net>2019-02-20 22:16:41 +0100
commitbc745e4da6dacbfcf16bb6b3118b44424844b55f (patch)
tree6012c4ce3e40514bbae550a3c2983425c010b3df
parent5d115445885c58e0597498d62033dfb6c31ddfb5 (diff)
downloadmullvadvpn-bc745e4da6dacbfcf16bb6b3118b44424844b55f.tar.xz
mullvadvpn-bc745e4da6dacbfcf16bb6b3118b44424844b55f.zip
Fix spelling mistake
-rw-r--r--mullvad-daemon/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs
index f66263665f..0faf2b81ff 100644
--- a/mullvad-daemon/src/lib.rs
+++ b/mullvad-daemon/src/lib.rs
@@ -452,7 +452,7 @@ impl Daemon {
} else {
warn!("Ignoring target state change request due to shutdown");
}
- Self::oneshot_send(tx, Ok(()), "targe state");
+ Self::oneshot_send(tx, Ok(()), "target state");
}
fn on_get_state(&self, tx: oneshot::Sender<TunnelStateTransition>) {