diff --git a/src/opensesim/cli/Main.java b/src/opensesim/cli/Main.java index c295d4a..6a8e1c9 100644 --- a/src/opensesim/cli/Main.java +++ b/src/opensesim/cli/Main.java @@ -46,7 +46,7 @@ public class Main { ); // We have to bootstrap with a god world because - // there whould be no way to to initialize the world + // there whould be no way to initialize the world GodWorld godworld = new GodWorld(is); System.out.println("finished");