summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-05-15 16:40:31 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-05-16 08:45:44 -0300
commit59a9f29c49ae6719e2d62fc903ab4f1d71ca7f44 (patch)
treef17e80ad6476e1768b8bba6c8a8ef8cd80299182
parent40d0f1fb49ad7afb9732c520eee8f9b04307e628 (diff)
downloadmullvadvpn-59a9f29c49ae6719e2d62fc903ab4f1d71ca7f44.tar.xz
mullvadvpn-59a9f29c49ae6719e2d62fc903ab4f1d71ca7f44.zip
Fix comment
-rw-r--r--mullvad-daemon/src/rpc_address_file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/rpc_address_file.rs b/mullvad-daemon/src/rpc_address_file.rs
index 305522260c..a59a7eb485 100644
--- a/mullvad-daemon/src/rpc_address_file.rs
+++ b/mullvad-daemon/src/rpc_address_file.rs
@@ -27,7 +27,7 @@ error_chain! {
}
}
-/// Writes down the RPC connection info to some API to a file.
+/// Writes down the RPC connection info to the RPC file.
pub fn write(rpc_address: &str, shared_secret: &str) -> Result<()> {
// Avoids opening an existing file owned by another user and writing sensitive data to it.
remove()?;