]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
binman: Fix typo for the test case name
authorAristo Chen <jj251510319013@gmail.com>
Sun, 14 Sep 2025 10:59:26 +0000 (10:59 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 23 Sep 2025 19:35:22 +0000 (13:35 -0600)
Fix typo from `Singature` to `Signature`

Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
tools/binman/ftest.py

index a90db3c93518fe345fda45890c06e80a03ba15ca..6ed8b8637cdd4548710b09a3e778b661972777ec 100644 (file)
@@ -7986,7 +7986,7 @@ fdt         fdtmap                Extract the devicetree blob from the fdtmap
             'Node \'/binman/fit\': multiple key paths found',
             str(e.exception))
 
-    def testFitSignNoSingatureNodes(self):
+    def testFitSignNoSignatureNodes(self):
         """Test that fit,sign doens't raise error if no signature nodes found"""
         if not elf.ELF_TOOLS:
             self.skipTest('Python elftools not available')