Blame SOURCES/cryptsetup-2.5.0-Fix-typo-in-repair-prompt.patch

b9c414
diff -rupN cryptsetup-2.3.7.old/src/cryptsetup.c cryptsetup-2.3.7/src/cryptsetup.c
b9c414
--- cryptsetup-2.3.7.old/src/cryptsetup.c	2022-01-20 14:47:13.198475734 +0100
b9c414
+++ cryptsetup-2.3.7/src/cryptsetup.c	2022-01-20 14:47:24.186505625 +0100
b9c414
@@ -1137,7 +1137,7 @@ static int reencrypt_metadata_repair(str
b9c414
 		       _("Operation aborted.\n")))
b9c414
 		return -EINVAL;
b9c414
 
b9c414
-	r = tools_get_key(_("Enter passphrase to protect and uppgrade reencryption metadata: "),
b9c414
+	r = tools_get_key(_("Enter passphrase to protect and upgrade reencryption metadata: "),
b9c414
 			  &password, &passwordLen, opt_keyfile_offset,
b9c414
 			  opt_keyfile_size, opt_key_file, opt_timeout,
b9c414
 			  _verify_passphrase(0), 0, cd);