Fix typos in strings and comments (#37784)

* Fix typos in strings and comments

* Fix
This commit is contained in:
co63oc
2025-04-25 20:47:25 +08:00
committed by GitHub
parent ba3bd37253
commit 214062201e
232 changed files with 431 additions and 425 deletions

View File

@@ -1103,7 +1103,7 @@ class ProcessorTesterMixin:
signature.parameters.get("videos") is not None
and signature.parameters["videos"].annotation == inspect._empty
):
self.skipTest(f"{self.processor_class} does not suport video inputs")
self.skipTest(f"{self.processor_class} does not support video inputs")
if "feature_extractor" not in self.processor_class.attributes:
self.skipTest(f"feature_extractor attribute not present in {self.processor_class}")