From 46994274229fed32e81bb11f531517b7d04e6bf5 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sun, 24 Apr 2016 10:46:58 +0200 Subject: [PATCH] typo --- src/main/java/de/neemann/digital/gui/GuiModelObserver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/neemann/digital/gui/GuiModelObserver.java b/src/main/java/de/neemann/digital/gui/GuiModelObserver.java index 8cddfd117..9723ed7cd 100644 --- a/src/main/java/de/neemann/digital/gui/GuiModelObserver.java +++ b/src/main/java/de/neemann/digital/gui/GuiModelObserver.java @@ -7,7 +7,7 @@ import de.neemann.digital.gui.components.CircuitComponent; /** * This observer is added to the model if real time timers are started. - * Its paints the CircuitComponent after a step is calculated. + * This observer paints the CircuitComponent after a step is calculated. * It is registered to all elements which visual representation depends on a model value. * This listener method only sets a flag if there was a change. * For repainting it is also registered to the model to repaint the circuit if the step is complete.