From: Mario Date: Sat, 24 Dec 2016 10:42:03 +0000 (+1000) Subject: Fix typo in cvar description X-Git-Tag: xonotic-v0.8.2~326^2~16 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=16ff7785809c6b99349c66b9f003feae2b1bebcb;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo in cvar description --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index bf35a4189..fa093b047 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -60,7 +60,7 @@ _cl_playerskin 0 seta cl_reticle 1 "enable zoom reticles" seta cl_reticle_stretch 0 "stretch reticles so they fit the screen (breaks image proportions)" -seta cl_reticle_normal 1 "draw an aiminig reticle when zooming with the zoom button" +seta cl_reticle_normal 1 "draw an aiming reticle when zooming with the zoom button" seta cl_reticle_normal_alpha 1 "alpha of the normal reticle" seta cl_reticle_weapon 1 "draw custom aiming reticle when zooming with certain weapons" seta cl_reticle_weapon_alpha 1 "alpha of the custom reticle"