From: Blazej Kucman Date: Wed, 22 May 2024 09:13:17 +0000 (+0200) Subject: super-intel: fix typo in error msg X-Git-Tag: mdadm-4.4~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7790592bb7d050a990a9accb50de8f584879169;p=thirdparty%2Fmdadm.git super-intel: fix typo in error msg Fix typo in encryption policy error msg. Signed-off-by: Blazej Kucman --- 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;