]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
super-intel: fix typo in error msg
authorBlazej Kucman <blazej.kucman@intel.com>
Wed, 22 May 2024 09:13:17 +0000 (11:13 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Wed, 22 May 2024 12:51:09 +0000 (14:51 +0200)
Fix typo in encryption policy error msg.

Signed-off-by: Blazej Kucman <blazej.kucman@intel.com>
super-intel.c

index 4d2573711a9e0f6fabfba07777cc581c38850385..958563229d23a430e0ff27381a19e418ae20e586 100644 (file)
@@ -11328,7 +11328,7 @@ check_policy:
                        return MDADM_STATUS_SUCCESS;
 
                fd2devname(disk_fd, devname);
-               pr_vrb("Encryption status \"%s\" detected for disk %s, but \"%s\" status was detected eariler.\n",
+               pr_vrb("Encryption status \"%s\" detected for disk %s, but \"%s\" status was detected earlier.\n",
                       encryption_state, devname, expected_policy->value);
                pr_vrb("Disks with different encryption status cannot be used.\n");
                return MDADM_STATUS_ERROR;