]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test/py: Fix spelling of source_dir in docstring
authorDavid Lechner <dlechner@baylibre.com>
Fri, 6 Feb 2026 21:31:14 +0000 (15:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Feb 2026 17:52:01 +0000 (11:52 -0600)
Fix a typo in the docstring for run_build() where source_dir was
misspelled.

Signed-off-by: David Lechner <dlechner@baylibre.com>
test/py/conftest.py

index 37d9347a85f4a27df4321290ac2578f12792cacd..215aaa565344d846912f350907f56cd865a96abe 100644 (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