diff options
Diffstat (limited to 'widgets/table/e-table-header.c')
-rw-r--r-- | widgets/table/e-table-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header.c b/widgets/table/e-table-header.c index 20fe518122..9771a0d70d 100644 --- a/widgets/table/e-table-header.c +++ b/widgets/table/e-table-header.c @@ -302,7 +302,7 @@ eth_do_insert (ETableHeader *eth, int pos, ETableCol *val) /** * e_table_header_add_column: - * eth: the table header to add the column to. + * @eth: the table header to add the column to. * @tc: the ETableCol definition * @pos: position where the ETableCol will go. * |