]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-rpmb: Fix spelling for 'Partition'
authornaveen kumar <rnaveen.tec@gmail.com>
Thu, 31 Mar 2022 17:12:32 +0000 (22:42 +0530)
committerDaniel Wagner <dwagner@suse.de>
Fri, 1 Apr 2022 10:31:16 +0000 (12:31 +0200)
nvme-rpmb.c

index ab024bddbc8598ea8a8e3e3c020b51b9e43b37ec..7a929340255a170125d5d6eccd23108b7930981c 100644 (file)
@@ -962,11 +962,11 @@ int rpmb_cmd_option(int argc, char **argv, struct command *cmd, struct plugin *p
                        if (cfg.msgfile == 0) {
                                struct rpmb_config_block_t *cfg =
                                                (struct rpmb_config_block_t *)msg_buf;
-                               printf("Boot Parition Protection is %s\n",
+                               printf("Boot Partition Protection is %s\n",
                                        ((cfg->bp_enable & 0x1)  ? "Enabled" : "Disabled"));
-                               printf("Boot Parition 1 is %s\n",
+                               printf("Boot Partition 1 is %s\n",
                                        ((cfg->bp_lock & 0x2) ? "Locked" : "Unlocked"));
-                               printf("Boot Parition 0 is %s\n",
+                               printf("Boot Partition 0 is %s\n",
                                        ((cfg->bp_lock & 0x1) ? "Locked" : "Unlocked"));
                        } else {
                                printf("Saving received config data to %s file\n", cfg.msgfile);