From: David Lechner Date: Fri, 6 Feb 2026 21:31:14 +0000 (-0600) Subject: test/py: Fix spelling of source_dir in docstring X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f96026b1e33207762ca0a936abd3b132a8fc0ee;p=thirdparty%2Fu-boot.git 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 --- diff --git a/test/py/conftest.py b/test/py/conftest.py index 37d9347a85f..215aaa56534 100644 --- a/test/py/conftest.py +++ b/test/py/conftest.py @@ -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