]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-print: fix typo in list verbose output
authorMartin George <marting@netapp.com>
Wed, 17 Jan 2024 07:55:20 +0000 (13:25 +0530)
committerDaniel Wagner <wagi@monom.org>
Thu, 18 Jan 2024 17:09:55 +0000 (18:09 +0100)
Trivial typo fix in the nvme list verbose output.

Signed-off-by: Martin George <marting@netapp.com>
nvme-print-stdout.c

index e3c9a744893ff49f85196b5dc071e0d54518ca60..9d4aae7c218cf1c7c4131d484379f3d1509eec5a 100644 (file)
@@ -4864,7 +4864,7 @@ static void stdout_detailed_list(nvme_root_t r)
        printf("\n");
 
        printf("%-8s %-20s %-40s %-8s %-6s %-14s %-6s %-12s %-16s\n", "Device",
-               "SN", "MN", "FR", "TxPort", "Asdress", "Slot", "Subsystem", "Namespaces");
+               "SN", "MN", "FR", "TxPort", "Address", "Slot", "Subsystem", "Namespaces");
        printf("%-.8s %-.20s %-.40s %-.8s %-.6s %-.14s %-.6s %-.12s %-.16s\n", dash,
                dash, dash, dash, dash, dash, dash, dash, dash);
        strset_iterate(&res.ctrls, stdout_detailed_ctrl, &res);