icon_theme.find_icon_path: fix typo: s/filaname/filename

This commit is contained in:
Daniel Hahler 2015-10-11 11:53:31 +02:00
parent 6902e4bf5b
commit a140d80d76
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ icon_theme.find_icon_path = function(self, icon_name, icon_size)
end
if self.icon_theme_name ~= "hicolor" then
filaname = find_icon_path_helper(icon_theme("hicolor", self.base_directories), icon_name, icon_size)
filename = find_icon_path_helper(icon_theme("hicolor", self.base_directories), icon_name, icon_size)
if filename then
return filename
end