Skip to content

Commit 5305a3d

Browse files
Fix typo
Co-authored-by: Teymour Aldridge <[email protected]>
1 parent 02fc16a commit 5305a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/jobserver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn jobserver_exists() {
5252
.build();
5353

5454
// Explicitly use `-j2` to ensure that there's eventually going to be a
55-
// token to read from `valdiate` above, since running the build script
55+
// token to read from `validate` above, since running the build script
5656
// itself consumes a token.
5757
p.cargo("build -j2").run();
5858
}

0 commit comments

Comments
 (0)