DEADSOFTWARE

how 2 spell
[d2df-sdl.git] / src / game / g_menu.pas
index 72a5c8ceeb16317cfbaf60d737cd667dcb8726d1..11dd664dd078e80d4103dc8bed63e66d190ade31 100644 (file)
@@ -1873,7 +1873,7 @@ begin
 
   with TGUIListBox(menu.GetControl('lsResolution')) do
   begin
-    list := sys_GetDispalyModes(gBPP);
+    list := sys_GetDisplayModes(gBPP);
     if list <> nil then
     begin
       Items := list;