From 6ef2bd438f4d8762594fd22f41d10a9ed85c1997 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 22 Jan 2024 22:00:36 +0100 Subject: [PATCH] meta2deps.py: Fix a typo in a source code comment - s/follwing/following/ (cherry picked from commit ad92f3d9d0b56ee723271152cec9174f74e17cb9) --- share/mk/meta2deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/meta2deps.py b/share/mk/meta2deps.py index d7820ec71b5..334a008a2ab 100755 --- a/share/mk/meta2deps.py +++ b/share/mk/meta2deps.py @@ -197,7 +197,7 @@ class MetaFile: def __init__(self, name, conf={}): """if name is set we will parse it now. - conf can have the follwing keys: + conf can have the following keys: SRCTOPS list of tops of the src tree(s).