| Index: third_party/recipe_engine/expect_tests/type_definitions.py
|
| diff --git a/third_party/recipe_engine/expect_tests/type_definitions.py b/third_party/recipe_engine/expect_tests/type_definitions.py
|
| index 6046c36a643de57cd300ee44ccc1e3c770830331..e357156f0f1b9a5a54f407dcfea2b32badd63253 100644
|
| --- a/third_party/recipe_engine/expect_tests/type_definitions.py
|
| +++ b/third_party/recipe_engine/expect_tests/type_definitions.py
|
| @@ -293,7 +293,7 @@ class MultiTest(_MultiTest):
|
|
|
| Optionally, you may specify a different function to apply to each test
|
| (by default it is `lambda test: test.run()`). The context will be bound
|
| - to the test before your function recieves it.
|
| + to the test before your function receives it.
|
|
|
| Used interally by expect_tests, you're not expected to call this yourself.
|
| """
|
|
|