diff mbox

[U-Boot,06/11] buildman: Fix a typo in TestSettingsHasPath()

Message ID 1467580467-19186-7-git-send-email-sjg@chromium.org
State Accepted
Commit 2289b2763ce88fe5393108e2d270a05e90b52775
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass July 3, 2016, 9:14 p.m. UTC
The function comment should say 'buildman'. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/buildman/toolchain.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index 6f39a2b..584c9f2 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