aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlazej Kucman <blazej.kucman@intel.com>2024-05-22 11:13:17 +0200
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-05-22 14:51:09 +0200
commitc7790592bb7d050a990a9accb50de8f584879169 (patch)
tree57c6fda65465f4cf0814becf9a1c5cf8f9b4a47d
parent95673c7d83c8ac7f2aeb91a34ead2971ba30e96e (diff)
downloadmdadm-master.tar.gz
super-intel: fix typo in error msgHEADmastermain
Fix typo in encryption policy error msg. Signed-off-by: Blazej Kucman <blazej.kucman@intel.com>
-rw-r--r--super-intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super-intel.c b/super-intel.c
index 4d257371..95856322 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -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;