spelling :)

This commit is contained in:
thrust26 2019-12-14 08:47:52 +01:00
parent 112ed29e94
commit 7fc5be492a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ bool HqBlitter::isSupported(FrameBufferSDL2 &fb)
{
ASSERT_MAIN_THREAD;
if (!fb.isInitialized()) throw runtime_error("frambuffer not initialized");
if (!fb.isInitialized()) throw runtime_error("framebuffer not initialized");
SDL_RendererInfo info;