aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-12-15 10:42:30 +0100
committerSimon Glass <sjg@chromium.org>2023-12-31 07:21:02 -0700
commit86aeacca6792128cf16cd054a69018346a7aa601 (patch)
tree162e5de838018011dfd250a2f3801519eae0f54e /tools
parent2b28c3b871cd5d55b19f0a86cef970139f8ab952 (diff)
downloadu-boot-86aeacca6792128cf16cd054a69018346a7aa601.zip
u-boot-86aeacca6792128cf16cd054a69018346a7aa601.tar.gz
u-boot-86aeacca6792128cf16cd054a69018346a7aa601.tar.bz2
buildman: type cotaining
%s/cotaining/containing/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/boards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py
index 341a505..3c28227 100644
--- a/tools/buildman/boards.py
+++ b/tools/buildman/boards.py
@@ -119,7 +119,7 @@ class Expr:
"""Set up a new Expr object.
Args:
- expr (str): String cotaining regular expression to store
+ expr (str): String containing regular expression to store
"""
self._expr = expr
self._re = re.compile(expr)