cspell fixes (#11447)

This commit is contained in:
Meow
2024-05-20 15:37:56 +02:00
committed by GitHub
parent 84e823c62f
commit 6e39d55dd3
11 changed files with 200 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ logger = logging.getLogger(__name__)
def get_standard_aspect_ratio(width: int, height: int) -> tuple[int, int]:
"""Ensure that only standard aspect ratios are used."""
# it is imoprtant that all ratios have the same scale
# it is important that all ratios have the same scale
known_aspects = [
(16, 9),
(9, 16),