From 174ef91b82df20809c8813125f7010c6b924d7fb Mon Sep 17 00:00:00 2001 From: jonpas Date: Wed, 15 Jul 2015 00:36:05 +0200 Subject: [PATCH] Fixed comment typo --- addons/movement/CfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/movement/CfgVehicles.hpp b/addons/movement/CfgVehicles.hpp index 0c1df63681..e620d38a24 100644 --- a/addons/movement/CfgVehicles.hpp +++ b/addons/movement/CfgVehicles.hpp @@ -1,6 +1,6 @@ class CfgVehicles { class Man; class CAManBase: Man { - maxGunElev = 80; // Allows look further up (default: 60) + maxGunElev = 80; // Allows looking further up (default: 60) }; };