Package: linux-vulnerability-mitigation Version: 20260508.2-1 Tags: patch Hi,
The debconf template in linux-vulnerability-mitigation has a typo, "mitivations", which should be "mitigations". The attached patch fixes the typo.
>From 003b073c3d0aae511ea330179fd0cde42020f845 Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Sun, 10 May 2026 11:22:08 +0300 Subject: [PATCH] Fix typo in debconf template --- debian/linux-vulnerability-mitigation.templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/linux-vulnerability-mitigation.templates b/debian/linux-vulnerability-mitigation.templates index a331210..c5f4568 100644 --- a/debian/linux-vulnerability-mitigation.templates +++ b/debian/linux-vulnerability-mitigation.templates @@ -6,5 +6,5 @@ Template: linux-vulnerability-mitigation/mitigations Type: multiselect _Choices: ${choices} Default: -_Description: Enable Linux vulnerability mitivations +_Description: Enable Linux vulnerability mitigations Select the mitigations that you would like to enable: -- 2.53.0

