fix misspell

git-svn-id: svn://kolibrios.org@6959 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2017-09-07 12:04:16 +00:00
parent 7175856f3d
commit 7c71443bb3

View File

@ -235,7 +235,7 @@ extra_files = {
{"kolibrios/settings/app_plus.ini", "common/settings/app_plus.ini"}, {"kolibrios/settings/app_plus.ini", "common/settings/app_plus.ini"},
{"kolibrios/utils/calcplus", PROGS .. "/other/calcplus/calcplus"}, {"kolibrios/utils/calcplus", PROGS .. "/other/calcplus/calcplus"},
{"kolibrios/utils/fNav/", "common/File Managers/fNav/*"}, {"kolibrios/utils/fNav/", "common/File Managers/fNav/*"},
{"kolibrios/res/wallpappers/in_the_wind.png", "common/wallpappers/in_the_wind.png"}, {"kolibrios/res/wallpapers/in_the_wind.png", "common/wallpapers/in_the_wind.png"},
} }
if build_type == "rus" then tup.append_table(extra_files, { if build_type == "rus" then tup.append_table(extra_files, {
{"Docs/cp866/config.txt", build_type .. "/docs/CONFIG.TXT"}, {"Docs/cp866/config.txt", build_type .. "/docs/CONFIG.TXT"},