From 982c2e6e2baf20eace331c19f6aef91b29e3c773 Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:31:09 +0200 Subject: =?UTF-8?q?Rechtschreibfehler=20und=20=C3=BCberfl=C3=BCssige=20pic?= =?UTF-8?q?kUp(position)=20Klasse=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@227 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/model/GameState.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jrummikub/model/GameState.java') diff --git a/src/jrummikub/model/GameState.java b/src/jrummikub/model/GameState.java index 69c5570..5861a32 100644 --- a/src/jrummikub/model/GameState.java +++ b/src/jrummikub/model/GameState.java @@ -12,7 +12,7 @@ public class GameState implements IGameState { private StoneHeap gameHeap; /** - * Create a new GameState with an empty table and (currntly) 4 new players. + * Create a new GameState with an empty table and (currently) 4 new players. */ public GameState() { table = new Table(); -- cgit v1.2.3