summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorkilavvy <140459108+kilavvy@users.noreply.github.com>2025-06-22 15:06:37 +0200
committerGitHub <noreply@github.com>2025-06-22 15:06:37 +0200
commit6f63cb20c768ac252b0c1225aec37e47702f735e (patch)
tree51ccf10ce57ef3547babdcf56d904a21b17796d6
parentcc0d15fb95886b5639c9abfb592ba2499dc66905 (diff)
downloadmullvadvpn-6f63cb20c768ac252b0c1225aec37e47702f735e.tar.xz
mullvadvpn-6f63cb20c768ac252b0c1225aec37e47702f735e.zip
Update traceroute.rs
-rw-r--r--mullvad-leak-checker/src/traceroute.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-leak-checker/src/traceroute.rs b/mullvad-leak-checker/src/traceroute.rs
index f69b050bdd..2575ee50c3 100644
--- a/mullvad-leak-checker/src/traceroute.rs
+++ b/mullvad-leak-checker/src/traceroute.rs
@@ -74,7 +74,7 @@ pub async fn run_leak_test(opt: &TracerouteOpt) -> LeakStatus {
/// reach `destination`, this testing method is resistant to being fingerprinted or censored.
///
/// This test needs a raw socket to be able to listen for the ICMP responses, therefore it requires
-/// root/admin priviliges.
+/// root/admin privileges.
pub async fn try_run_leak_test(opt: &TracerouteOpt) -> anyhow::Result<LeakStatus> {
#[cfg(unix)]
return {