diff --git a/Tactical/Soldier Control.cpp b/Tactical/Soldier Control.cpp index b82bce83..778f6ae1 100644 --- a/Tactical/Soldier Control.cpp +++ b/Tactical/Soldier Control.cpp @@ -19046,7 +19046,7 @@ BOOLEAN SOLDIERTYPE::IsJamming( ) { if ( CanUseRadio( FALSE ) ) return TRUE; - // if we cannot use the radio, remove that flag hile we're at it + // if we cannot use the radio, remove that flag while we're at it else usSoldierFlagMask &= ~SOLDIER_RADIO_OPERATOR_JAMMING; }