fix a comment typo

svn path=/trunk/; revision=15518
This commit is contained in:
Ulf Lamping 2005-08-24 18:35:54 +00:00
parent 6d5d4f8bec
commit 4b0b7448fd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ typedef struct _column_info {
int *col_fence; /* Stuff in column buffer before this index is immutable */
gchar **col_expr; /* Filter expression */
gchar **col_expr_val; /* Value for filter expression */
gboolean writable; /* Are we stil writing to the columns? */
gboolean writable; /* Are we still writing to the columns? */
} column_info;
/*