Skip to content

Commit ea28e24

Browse files
committed
Fix typo, UNKOWN -> UNKNOWN
Found via `typos --hidden --format brief`
1 parent 8cf3aa5 commit ea28e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl3/SDL_pixels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def SDL_ISPIXELFORMAT_ALPHA(format: int) -> bool:
149149

150150
SDL_ColorRange: typing.TypeAlias = SDL_TYPE["SDL_ColorRange", SDL_ENUM]
151151

152-
SDL_COLOR_RANGE_UNKOWN, SDL_COLOR_RANGE_LIMITED, SDL_COLOR_RANGE_FULL = range(3)
152+
SDL_COLOR_RANGE_UNKNOWN, SDL_COLOR_RANGE_LIMITED, SDL_COLOR_RANGE_FULL = range(3)
153153

154154
SDL_ColorPrimaries: typing.TypeAlias = SDL_TYPE["SDL_ColorPrimaries", SDL_ENUM]
155155

0 commit comments

Comments
 (0)