Skip to content

Commit 6b2d269

Browse files
authored
Merge pull request #3133 from Crivella/doc-fixes
[doc] Fix spelling mistake in the documentation
2 parents ccd71f2 + a49b636 commit 6b2d269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_deps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In order for the binding to work correctly the function arguments must be named
5353
Referring to a dependency only by the test's name is not enough, since a test might be associated with multiple programming environments.
5454
For this reason, each dependency argument is actually bound to a function that accepts as argument the name of the target partition and target programming environment.
5555
If no arguments are passed, the current programming environment is implied, such that ``OSUDownloadTest()`` is equivalent to ``OSUDownloadTest(self.current_environ.name, self.current_partition.name)``.
56-
In this case, since both the partition and environment of the target dependency do not much those of the current test, we need to specify both.
56+
In this case, since both the partition and environment of the target dependency do not match those of the current test, we need to specify both.
5757

5858
This call returns the actual test case of the dependency that has been executed.
5959
This allows you to access any attribute from the target test, as we do in this example by accessing the target test's stage directory, which we use to construct the sourcesdir of the test.

0 commit comments

Comments
 (0)