Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
  • Loading branch information
ehuss and teymour-aldridge committed Aug 9, 2020
1 parent 02fc16a commit 5305a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/jobserver.rs
Expand Up @@ -52,7 +52,7 @@ fn jobserver_exists() {
.build();

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

0 comments on commit 5305a3d

Please sign in to comment.