From dfbcd15b6a468a95a4e7170476dbd07e18faa6ec Mon Sep 17 00:00:00 2001 From: lambdatiger Date: Wed, 28 Aug 2024 23:09:32 -0500 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Grammar and spelling corrections Co-authored-by: Jouni Järvinen --- addons/frag/functions/fnc_dev_addRound.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/frag/functions/fnc_dev_addRound.sqf b/addons/frag/functions/fnc_dev_addRound.sqf index d4370693db..fa0490d87b 100644 --- a/addons/frag/functions/fnc_dev_addRound.sqf +++ b/addons/frag/functions/fnc_dev_addRound.sqf @@ -1,14 +1,14 @@ #include "..\script_component.hpp" /* * Author: Lambda.Tiger - * This function initialize projectile tracking of a round so that it's path + * This function initialize projectile tracking of a round so that its path * can be drawn in debug mode. It may optionally include hit / explode / * deflected event handlers that spawn color coded spheres on each event, * green / red / blue, respectively. * * Arguments: * 0: Projectile to be tracked - * 1: Add projectile hit/explode/defelceted event handlers (default: true) + * 1: Add projectile hit/explode/deflected event handlers (default: true) * 2: Should the round track be blue. True results in blue traces, false in red (default: true) * * Return Value: