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

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