From 9496a267826cb9004e1d2ba4ddacd990835f3d77 Mon Sep 17 00:00:00 2001 From: "Norbraten, Terry" <tdnorbra@nps.edu> Date: Wed, 29 Sep 2021 10:42:14 -0700 Subject: [PATCH] [Terry N.] typo --- examples/src/OpenDis7Examples/ExampleSimulationProgram.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/OpenDis7Examples/ExampleSimulationProgram.java b/examples/src/OpenDis7Examples/ExampleSimulationProgram.java index 1c3c9fca03..a9d2b086d0 100644 --- a/examples/src/OpenDis7Examples/ExampleSimulationProgram.java +++ b/examples/src/OpenDis7Examples/ExampleSimulationProgram.java @@ -97,7 +97,7 @@ public class ExampleSimulationProgram // Where is my entity? Insert changes in position; this sample only changes X position. entityStatePdu_1.getEntityLocation().setX(entityStatePdu_1.getEntityLocation().getX() + 1.0); // 1m per timestep - // decide whether to fire, and then update the firePdu. Hmmm, you might want a target to shoort at! + // decide whether to fire, and then update the firePdu. Hmmm, you might want a target to shoot at! // etc. etc. your code goes here for your simulation of interest -- GitLab