summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner/src
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-11 09:49:55 +0200
committeromahs <73983677+omahs@users.noreply.github.com>2025-06-05 14:21:09 +0000
commit73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch)
treea3719f7afc5b9004af683b540ddcce2cdf7911c2 /test/test-runner/src
parent6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff)
downloadmullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz
mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip
Fix typos
Diffstat (limited to 'test/test-runner/src')
-rw-r--r--test/test-runner/src/sys.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-runner/src/sys.rs b/test/test-runner/src/sys.rs
index 56edcc75d3..5f461f9013 100644
--- a/test/test-runner/src/sys.rs
+++ b/test/test-runner/src/sys.rs
@@ -410,7 +410,7 @@ impl EnvVar {
let pre = input.next().ok_or(error)?;
match pre {
"Environment" => {
- // Proccess the input just a bit more - remove the leading and trailing quote (").
+ // Process the input just a bit more - remove the leading and trailing quote (").
let var = input
.next()
.ok_or(error)?