summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols/src/table.c')
-rw-r--r--libsmartcols/src/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 408a95cc4..2a9fd1778 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -259,7 +259,7 @@ int scols_table_remove_columns(struct libscols_table *tb)
* scols_table_move_column:
* @tb: table
* @pre: column before the column
- * @cl: colum to move
+ * @cl: column to move
*
* Move the @cl behind @pre. If the @pre is NULL then the @col is the first
* column in the table.