]> mj.ucw.cz Git - libucw.git/commitdiff
Tableprinter: Fixed a tiny typo
authorMartin Mares <mj@ucw.cz>
Fri, 18 Jul 2014 10:52:24 +0000 (12:52 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 18 Jul 2014 10:52:24 +0000 (12:52 +0200)
ucw/table.h

index 7fc6dc6744a864b20d60d39a49e1a592b9b9b619..0d20c1b9e789773132f595013e593274d05f2ea4 100644 (file)
@@ -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.
  **/