summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api
diff options
context:
space:
mode:
authorAlexander Seiler <seileralex@gmail.com>2023-03-26 03:49:21 +0200
committerOskar Nyberg <3668602+raksooo@users.noreply.github.com>2023-03-27 14:08:15 +0000
commita7f820aedc61a7c1cc9e857b21dc45c8dcf20f93 (patch)
treed440fa99e7bbb869a3b5c65fb0957380dd53c792 /mullvad-api
parentddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff)
downloadmullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.tar.xz
mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.zip
Fix many typos
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'mullvad-api')
-rw-r--r--mullvad-api/src/rest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/src/rest.rs b/mullvad-api/src/rest.rs
index 6d10f389de..80bf2becb4 100644
--- a/mullvad-api/src/rest.rs
+++ b/mullvad-api/src/rest.rs
@@ -264,7 +264,7 @@ impl RequestServiceHandle {
let _ = self.tx.unbounded_send(RequestCommand::Reset);
}
- /// Submits a `RestRequest` for exectuion to the request service.
+ /// Submits a `RestRequest` for execution to the request service.
pub async fn request(&self, request: RestRequest) -> Result<Response> {
let (completion_tx, completion_rx) = oneshot::channel();
self.tx