test/py: Fix spelling of source_dir in docstring

Fix a typo in the docstring for run_build() where source_dir was
misspelled.

Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
David Lechner
2026-02-16 11:52:01 -06:00
committed by Tom Rini
parent fec27316cf
commit 6f96026b1e
+1 -1
View File
@@ -102,7 +102,7 @@ def run_build(config, source_dir, build_dir, board_type, log):
Args:
config: The pytest configuration.
soruce_dir (str): Directory containing source code
source_dir (str): Directory containing source code
build_dir (str): Directory to build in
board_type (str): board_type parameter (e.g. 'sandbox')
log (Logfile): Log file to use