# HG changeset patch
# User Markus Bröker <mbroeker@largo.homelinux.org>
# Date 1229172098 -3600
# Node ID 429128ca9812167d7de1ca2c7b0f4282602aa451
# Parent  673c7ef3411eb027a1917b8dc08cfaadf67a8cc0
if clauses: If it rains i will take an umbrella...

diff --git a/org/homelinux/largo/checkers/KIBoard.java b/org/homelinux/largo/checkers/KIBoard.java
--- a/org/homelinux/largo/checkers/KIBoard.java
+++ b/org/homelinux/largo/checkers/KIBoard.java
@@ -75,7 +75,7 @@
 
 	/**
 	 * simulates and returns the next possible move for a Player or null, when no more moves are possible.
-	 * The Turn will flip automatically if "simulate(...)" founds a valid move.
+	 * The Turn will flip automatically if "simulate(...)" finds a valid move.
 	 */
 	Move simulate(int t, int o) {
 		Move move = null;