hexdump: fix typo, dcl instead of dc1

Addresses: https://github.com/karelzak/util-linux/issues/976
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-03-09 10:54:28 +01:00
parent ef0341c9be
commit c2e82a4aaa
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ conv_u(struct hexdump_pr *pr, u_char *p)
static const char *list[] = {
"nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",
"bs", "ht", "lf", "vt", "ff", "cr", "so", "si",
"dle", "dcl", "dc2", "dc3", "dc4", "nak", "syn", "etb",
"dle", "dc1", "dc2", "dc3", "dc4", "nak", "syn", "etb",
"can", "em", "sub", "esc", "fs", "gs", "rs", "us",
};