From: Martin Mares Date: Fri, 18 Jul 2014 10:52:24 +0000 (+0200) Subject: Tableprinter: Fixed a tiny typo X-Git-Tag: v6.1~3^2~81^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e6d8c6939610dd3c639fcafabeead8a70d9c953b;p=libucw.git Tableprinter: Fixed a tiny typo --- diff --git a/ucw/table.h b/ucw/table.h index 7fc6dc67..0d20c1b9 100644 --- a/ucw/table.h +++ b/ucw/table.h @@ -290,7 +290,7 @@ void table_col_str(struct table *tbl, int col, const char * val); } /** - *The table_col_generic_format performs all the checks necessary while filling cell with value, + * The table_col_generic_format performs all the checks necessary while filling cell with value, * calls the format function from expected_type and stores its result as a cell value. The function * guarantees that each column instance is printed with its format. **/