X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=era.mi%2Fsrc%2Fera%2Fmi%2Flogic%2Ftimeline%2FTimeline.java;h=c22e1a4a7db8eaf35495a5f594ff038b568c4963;hb=6c67a9ff8361cd9fc082f40e2676f2c8b5911fe4;hp=88aa1976fb05b263de531b9951cf9b5a8023b80c;hpb=23822f3ac39fa0ebd7e74b8c5fee2cd40415b05c;p=Mograsim.git diff --git a/era.mi/src/era/mi/logic/timeline/Timeline.java b/era.mi/src/era/mi/logic/timeline/Timeline.java index 88aa1976..c22e1a4a 100644 --- a/era.mi/src/era/mi/logic/timeline/Timeline.java +++ b/era.mi/src/era/mi/logic/timeline/Timeline.java @@ -48,7 +48,7 @@ public class Timeline * * @param timestamp the simulation timestamp up to which the events will be processed * @param stopMillis the System.currentTimeMillis() when simulation definitely needs to stop. A value of -1 means no timeout. - * @return if it was possible to fulfil the goal in the given real world time. + * @return if it was possible to fulfill the goal in the given real world time. * @author Christian Femers */ public ExecutionResult executeUpTo(long timestamp, long stopMillis)