diff --git a/sudoku.c b/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) {