aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-31 04:10:05 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-31 04:10:05 +0000
commitf914e6e9e7f3957fbd3a93ee107cc4c06901ca5b (patch)
treebb5fe5dd89c5d537fa6c919525754cfd5e948a73 /epan/column_info.h
parenta4464a67882161774cc0d00b75a0072ba2a61a27 (diff)
Fix the spelling of "cumulative" (and variables whose names derive from
that spelling). svn path=/trunk/; revision=9917
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index 790211c556..51b6661b6a 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -1,7 +1,7 @@
/* column.h
* Definitions for column structures and routines
*
- * $Id: column_info.h,v 1.11 2003/12/09 06:48:39 guy Exp $
+ * $Id: column_info.h,v 1.12 2004/01/31 04:10:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -85,7 +85,7 @@ enum {
COL_PROTOCOL, /* Protocol */
COL_INFO, /* Description */
COL_PACKET_LENGTH, /* Packet length in bytes */
- COL_CULMULATIVE_BYTES, /* Culmulative number of bytes */
+ COL_CUMULATIVE_BYTES, /* Cumulative number of bytes */
COL_OXID, /* Fibre Channel OXID */
COL_RXID, /* Fibre Channel RXID */
COL_IF_DIR, /* FW-1 monitor interface/direction */