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

Unified Diff: third_party/recipe_engine/config.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 | « no previous file | third_party/recipe_engine/config_types.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/recipe_engine/config.py
diff --git a/third_party/recipe_engine/config.py b/third_party/recipe_engine/config.py
index 1afdac2985d29a3cecb2cda57ec20a948f6ded35..80ed900c7348f56da65b8caf29dd9b4365d8e373 100644
--- a/third_party/recipe_engine/config.py
+++ b/third_party/recipe_engine/config.py
@@ -102,7 +102,7 @@ class ConfigContext(object):
* Any function decorated with this will be registered into this config
context by __name__. This enables some of the other following features
to work.
- * Alters the signature of the function so that it can recieve an extra
+ * Alters the signature of the function so that it can receive an extra
parameter 'final'. See the documentation for final on inner().
* Provides various convenience and error checking facilities.
* In particular, this decorator will prevent you from calling the same
@@ -662,7 +662,7 @@ class Single(ConfigBase):
Can also be a tuple of types to allow more than one type.
jsonish_fn - A function used to reduce the data to a JSON-compatible
python datatype. Default is the identity function.
- emtpy_val - The value to use when initializing this object or when calling
+ empty_val - The value to use when initializing this object or when calling
reset().
required(bool) - True iff this config item is required to have a
non-empty_val in order for it to be considered complete().
« no previous file with comments | « no previous file | third_party/recipe_engine/config_types.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698