From c72492c45c852962d36cc19ad3c4f4404032d128 Mon Sep 17 00:00:00 2001 From: liushuobj Date: Tue, 15 May 2018 09:37:14 +0800 Subject: [PATCH] fix spelling misktake Change-Id: Ied84bcfaf60b78e6d5a744d2a395e93511755c43 --- tools/process-templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/process-templates.py b/tools/process-templates.py index 3edccba729..5f586c4782 100755 --- a/tools/process-templates.py +++ b/tools/process-templates.py @@ -142,7 +142,7 @@ def process_templates(template_path, role_data_path, output_dir, # NOTE(flaper87): Ignore hidden dirs as we don't # generate templates for those. - # Note the slice assigment for `dirs` is necessary + # Note the slice assignment for `dirs` is necessary # because we need to modify the *elements* in the # dirs list rather than the reference to the list. # This way we'll make sure os.walk will iterate over