From: havoc Date: Wed, 2 Mar 2011 18:51:56 +0000 (+0000) Subject: we don't like typos in cvar descriptions X-Git-Tag: xonotic-v0.5.0~425^2~23 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=30b68e0c8af0711f5000e4e16c147d1d0d01dbb6;p=xonotic%2Fdarkplaces.git we don't like typos in cvar descriptions git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10880 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_sdl.c b/vid_sdl.c index f240c3c9..07a51dc1 100644 --- a/vid_sdl.c +++ b/vid_sdl.c @@ -68,7 +68,7 @@ qboolean vid_supportrefreshrate = false; cvar_t vid_soft = {CVAR_SAVE, "vid_soft", "0", "enables use of the DarkPlaces Software Rasterizer rather than OpenGL or Direct3D"}; cvar_t vid_soft_threads = {CVAR_SAVE, "vid_soft_threads", "2", "the number of threads the DarkPlaces Software Rasterizer should use"}; -cvar_t vid_soft_interlace = {CVAR_SAVE, "vid_soft_interlace", "1", "whether the DarkPlaces Software Rasterizer shoud interlace the screen bands occupied by each thread"}; +cvar_t vid_soft_interlace = {CVAR_SAVE, "vid_soft_interlace", "1", "whether the DarkPlaces Software Rasterizer should interlace the screen bands occupied by each thread"}; cvar_t joy_detected = {CVAR_READONLY, "joy_detected", "0", "number of joysticks detected by engine"}; cvar_t joy_enable = {CVAR_SAVE, "joy_enable", "0", "enables joystick support"}; cvar_t joy_index = {0, "joy_index", "0", "selects which joystick to use if you have multiple"};