Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: third_party/recipe_engine/expect_tests/type_definitions.py

Issue 622503006: Fix typos. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/recipe_engine/config_types.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
"""
« no previous file with comments | « third_party/recipe_engine/config_types.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698