fix typos in lua doc

This commit is contained in:
Pavel Makhov 2017-02-08 08:56:51 -05:00 committed by GitHub
parent 1e540af00b
commit b1a4270c4d

View file

@ -52,7 +52,7 @@ local icon_map = {
["50n"] = "weather-fog-symbolic.svg"
}
-- handy function to convert temperatire in Kelvin to Celcius
-- handy function to convert temperature from Kelvin to Celcius
function to_celcius(kelvin)
return math.floor(tonumber(kelvin) - 273.15)
end
@ -76,4 +76,4 @@ weather_widget:connect_signal("mouse::enter", function()
timeout = 5, hover_timeout = 0.5,
width = 200,
}
end)
end)