aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorJim Young <jyoung@gsu.edu>2021-01-23 23:50:36 -0500
committerJim Young <jyoung@gsu.edu>2021-01-23 23:50:36 -0500
commita7ad6c271fc59ed64494c5d17b37697b6034f69a (patch)
tree20b75255fc345a92d2f6bd813bb1b1bff05c951e /tshark.c
parent506f1c650ff57534b58ee6391b3c537dfc307a0e (diff)
tshark: Fix typo in comment from ascci to ascii
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 0b6395533a..e5c3ea49fd 100644
--- a/tshark.c
+++ b/tshark.c
@@ -175,7 +175,7 @@ static gboolean do_dissection; /* TRUE if we have to dissect each packet */
static gboolean print_packet_info; /* TRUE if we're to print packet information */
static gboolean print_summary; /* TRUE if we're to print packet summary information */
static gboolean print_details; /* TRUE if we're to print packet details information */
-static gboolean print_hex; /* TRUE if we're to print hex/ascci information */
+static gboolean print_hex; /* TRUE if we're to print hex/ascii information */
static gboolean line_buffered;
static gboolean quiet = FALSE;
static gboolean really_quiet = FALSE;