fix spelling

This commit is contained in:
Evgeny
2021-12-04 07:29:04 +03:00
parent 4c7e9dfe41
commit 777958b0cc

View File

@@ -4,7 +4,7 @@
-- version = "1.0"
local dialog_id = ""
local unit = "lenght"
local unit = "length"
local unit_from = "kilometer_km"
local unit_to = "meter_m"
local amount = 1
@@ -181,7 +181,7 @@ function f.kf(x)
end
units = {
lenght = {
length = {
kilometer_km = 1e3,
meter_m = 1,
decimeter_dm = 1e-1,