diff --git a/Hazel/src/Platform/OpenGL/OpenGLFramebuffer.cpp b/Hazel/src/Platform/OpenGL/OpenGLFramebuffer.cpp index 1638b1b81..b720bad16 100644 --- a/Hazel/src/Platform/OpenGL/OpenGLFramebuffer.cpp +++ b/Hazel/src/Platform/OpenGL/OpenGLFramebuffer.cpp @@ -193,7 +193,7 @@ namespace Hazel { { if (width == 0 || height == 0 || width > s_MaxFramebufferSize || height > s_MaxFramebufferSize) { - HZ_CORE_WARN("Attempted to rezize framebuffer to {0}, {1}", width, height); + HZ_CORE_WARN("Attempted to resize framebuffer to {0}, {1}", width, height); return; } m_Specification.Width = width;