diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-11 09:49:55 +0200 |
|---|---|---|
| committer | omahs <73983677+omahs@users.noreply.github.com> | 2025-06-05 14:21:09 +0000 |
| commit | 73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch) | |
| tree | a3719f7afc5b9004af683b540ddcce2cdf7911c2 /test/test-runner | |
| parent | 6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff) | |
| download | mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip | |
Fix typos
Diffstat (limited to 'test/test-runner')
| -rw-r--r-- | test/test-runner/src/sys.rs | 2 |
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)? |
