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

Unified Diff: third_party/recipe_engine/config_types.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.py ('k') | third_party/recipe_engine/expect_tests/type_definitions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/recipe_engine/config_types.py
diff --git a/third_party/recipe_engine/config_types.py b/third_party/recipe_engine/config_types.py
index cea27fe8b7f2100074c1c57bca8bb76035fc8d10..5dd216e1fcaed3a0494c83efb62110c980415e84 100644
--- a/third_party/recipe_engine/config_types.py
+++ b/third_party/recipe_engine/config_types.py
@@ -39,7 +39,7 @@ class RecipeConfigType(object):
External entities (usually recipe modules), can override the default
tostring_fn method by calling <RecipeConfigType
- subclass>.set_tostring_fn(<new method>). This new method will recieve an
+ subclass>.set_tostring_fn(<new method>). This new method will receive an
instance of the RecipeConfigType subclass as its single argument, and is
expected to return a string. There is no restriction on the data that the
override tostring_fn may use. For example, the Path class in this module has
« no previous file with comments | « third_party/recipe_engine/config.py ('k') | third_party/recipe_engine/expect_tests/type_definitions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698