* draw tree output. If no symbols are used for the table then library creates
* default temporary symbols to draw output by scols_table_set_default_symbols().
*
- * If @sy is NULL then remove reference from the currenly uses symbols.
+ * If @sy is NULL then remove reference from the currently used symbols.
*
* Returns: 0, a negative value in case of an error.
*/
/* remove old */
if (tb->symbols) {
- DBG(TAB, ul_debugobj(tb, "remove symbols %p refrence", tb->symbols));
+ DBG(TAB, ul_debugobj(tb, "remove symbols %p reference", tb->symbols));
scols_unref_symbols(tb->symbols);
tb->symbols = NULL;
}
/**
* scols_table_print_range_to_string:
* @tb: table
- * @start: first printed line or NULL to print from the beggin of the table
+ * @start: first printed line or NULL to print from the beginning of the table
* @end: last printed line or NULL to print all from start.
* @data: pointer to the beginning of a memory area to print to
*
const char *abbr_month[MONTHS_IN_YEAR]; /* abbreviated month names */
int colormode; /* day and week number highlight */
- int num_months; /* number of requested monts */
+ int num_months; /* number of requested months */
int span_months; /* span the date */
int months_in_row; /* number of months horizontally in print out */
int weekstart; /* day the week starts, often Sun or Mon */
Not all columns are supported on all systems. If an unsupported column is
specified, \fBlsmem\fP prints the column but does not provide any data for it.
-Use the \fB\-\-help\fR option to see the columns desription.
+Use the \fB\-\-help\fR option to see the columns description.
.SH OPTIONS
.TP