diff options
| -rw-r--r-- | mullvad-daemon/src/rpc_address_file.rs | 2 |
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()?; |
