diff --git a/common/sketchbook.hpp b/common/sketchbook.hpp
index 1859b12eaaa2ba6fa92ca1f1ad8fb3741fbb08d0..20f381f78351b2567959114c3b5a1b3b66cfc871 100644
--- a/common/sketchbook.hpp
+++ b/common/sketchbook.hpp
@@ -126,7 +126,7 @@ int main(int argc, char const* argv[]) try
 #else
 	bool vsync = win.request_vsync(program.frametime
 		? gl_window::vsync_mode::disabled
-		: gl_window::vsync_mode::enablded
+		: gl_window::vsync_mode::enabled
 	);
 #endif