Skip to content

Commit

Permalink
sdl/video: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Jan 18, 2020
1 parent 108ccb6 commit 5af4acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func GetDisplayUsableBounds(displayIndex int) (rect Rect, err error) {
return
}

// GetDisplayMode retruns information about a specific display mode.
// GetDisplayMode returns information about a specific display mode.
// (https://wiki.libsdl.org/SDL_GetDisplayMode)
func GetDisplayMode(displayIndex int, modeIndex int) (mode DisplayMode, err error) {
err = errorFromInt(int(
Expand Down

0 comments on commit 5af4acb

Please sign in to comment.