aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/column_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index cafc1eb59b..f3a225af39 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -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;
/*