sudoku.c
changeset 133 f46f9606dbfb
parent 85 9568a180fc43
--- 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)
 {