summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner/src
diff options
context:
space:
mode:
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)?