tshark: Fix typo in comment from ascci to ascii

(cherry picked from commit a7ad6c271f)
This commit is contained in:
Jim Young 2021-01-24 04:50:36 +00:00 committed by Guy Harris
parent edaa78ceac
commit 1b8d89accd
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,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;