From bc5ccd6356e73dda00cca1f82f23191f4bbfd291 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sat, 29 Mar 2025 20:59:30 +0100 Subject: [PATCH] Fixed a comment --- src/opensesim/cli/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");