little typo in sudoku.c
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Mon, 07 Jun 2010 23:21:56 +0200
changeset 133 f46f9606dbfb
parent 132 54a04f5f141d
child 134 8325a0fc22cd
little typo in sudoku.c committer: Markus Bröker <mbroeker@largo.homelinux.org>
sudoku.c
--- a/sudoku.c
+++ b/sudoku.c
@@ -68,7 +68,7 @@
 }
 
 /**
- * Show the content of the Board in a human readable manner
+ * Show the content of the Board in an human readable manner
  */
 void showBoard (Board board, int colored)
 {