# HG changeset patch # User Markus Bröker # Date 1275945716 -7200 # Node ID f46f9606dbfb8b9d8490d2184b23f05fc1aee819 # Parent 54a04f5f141d6ece524c845504567e5a5c769ac6 little typo in sudoku.c committer: Markus Bröker 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) {