Correct spelling mistakes found with Codespell

This commit is contained in:
Casey Korver
2023-07-09 08:24:53 -05:00
committed by Cameron Gutman
parent e287ebcded
commit ea06ec0133
11 changed files with 14 additions and 14 deletions
@@ -40,7 +40,7 @@ bool WaylandVsyncSource::initialize(SDL_Window* window, int)
return false;
}
// Pacer shoud not create us for non-Wayland windows
// Pacer should not create us for non-Wayland windows
SDL_assert(info.subsystem == SDL_SYSWM_WAYLAND);
m_Display = info.info.wl.display;