summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-04-17 22:05:58 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-08-22 12:42:12 -0300
commite67a19930c2bb74bc8153ffd7af203166e06bd44 (patch)
tree7c60603ef57d55428706df84399da41470f32cd0
parent69a5d4b11c5324f744664aa4c5c47d9c637d9d2c (diff)
downloadmullvadvpn-e67a19930c2bb74bc8153ffd7af203166e06bd44.tar.xz
mullvadvpn-e67a19930c2bb74bc8153ffd7af203166e06bd44.zip
Fix typo in comment
-rw-r--r--talpid-core/src/tunnel/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs
index 932279c0a0..98d2d0e2d0 100644
--- a/talpid-core/src/tunnel/mod.rs
+++ b/talpid-core/src/tunnel/mod.rs
@@ -280,7 +280,7 @@ impl TunnelMonitor {
CloseHandle(self.monitor.close_handle())
}
- /// Consumes the monitor and block until the tunnel exits or there is an error.
+ /// Consumes the monitor and blocks until the tunnel exits or there is an error.
pub fn wait(self) -> Result<()> {
self.monitor
.wait()