From 8c027c9e10b44df34caf5e5f7eb092a7140db0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Fri, 16 Feb 2024 13:32:01 +0100 Subject: [PATCH] Unbreak the /etc/release test by fixing a spelling typo in the function. --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 563721e5..b4e885b0 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1512,7 +1512,7 @@ sub spell_version_number { my %tens = ( "2" => "Twenty", "3" => "Thirty", - "4" => "Fourty", + "4" => "Forty", "5" => "Fifty", "6" => "Sixty", "7" => "Seventy",