tshark: Fix typo in comment from ascci to ascii

This commit is contained in:
Jim Young 2021-01-23 23:50:36 -05:00
parent 506f1c650f
commit a7ad6c271f
1 changed files with 1 additions and 1 deletions

View File

@ -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;