| 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
|
|
|