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
1 changed files with 1 additions and 1 deletions

View File

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