diff --git a/examples/src/OpenDis7Examples/ExampleSimulationProgram.java b/examples/src/OpenDis7Examples/ExampleSimulationProgram.java
index 1c3c9fca032c2a78456238ee25fdfcc50b78f0bc..a9d2b086d0d47eeaf4843525755546a1eb3b0207 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