]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/table.h
Tableprinter: Fixed a tiny typo
[libucw.git] / 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.
  **/