From e6d8c6939610dd3c639fcafabeead8a70d9c953b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 18 Jul 2014 12:52:24 +0200 Subject: [PATCH] Tableprinter: Fixed a tiny typo --- ucw/table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. **/ -- 2.39.2