aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-24 18:35:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-24 18:35:54 +0000
commit4b0b7448fda25096f768a3d06422bbf233e2ef30 (patch)
tree36bebe53f9fc891e7f03cf8602453ad03345dd7f
parent6d5d4f8bec64f9ec1973036836e5f820ce802dc6 (diff)
fix a comment typo
svn path=/trunk/; revision=15518
-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;
/*