1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-30 01:37:21 +00:00

Unbreak the /etc/release test by fixing a spelling typo in the function.

This commit is contained in:
Lukáš Růžička 2024-02-16 13:32:01 +01:00
parent d4c39fb37f
commit 8c027c9e10

View File

@ -1512,7 +1512,7 @@ sub spell_version_number {
my %tens = ( my %tens = (
"2" => "Twenty", "2" => "Twenty",
"3" => "Thirty", "3" => "Thirty",
"4" => "Fourty", "4" => "Forty",
"5" => "Fifty", "5" => "Fifty",
"6" => "Sixty", "6" => "Sixty",
"7" => "Seventy", "7" => "Seventy",