From: Simon Glass Date: Thu, 28 Jul 2016 02:33:03 +0000 (-0600) Subject: buildman: Fix a typo in TestSettingsHasPath() X-Git-Tag: v2016.09-rc2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2289b2763ce88fe5393108e2d270a05e90b52775;p=pandora-u-boot.git buildman: Fix a typo in TestSettingsHasPath() The function comment should say 'buildman'. Fix it. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py index 38876c23f57..02fbeb50c24 100644 --- a/tools/buildman/toolchain.py +++ b/tools/buildman/toolchain.py @@ -487,7 +487,7 @@ class Toolchains: return stdout.splitlines()[0][:-1] def TestSettingsHasPath(self, path): - """Check if builmand will find this toolchain + """Check if buildman will find this toolchain Returns: True if the path is in settings, False if not