Skip to content

Commit ab5ddaf

Browse files
authored
Merge pull request #2789 from fazalpsinfo-cmyk/fix/typo-lang
fix: typo langauge -> language
2 parents 52b3722 + 5e6ef6e commit ab5ddaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ def defPaths(customSavePath=None):
212212
from service.settings import EOSSettings, LocaleSettings
213213
eos.config.settings = EOSSettings.getInstance().EOSSettings # this is kind of confusing, but whatever
214214

215-
# set langauge, taking the passed argument or falling back to what's saved in the settings
215+
# set language, taking the passed argument or falling back to what's saved in the settings
216216
localeSettings = LocaleSettings.getInstance()
217217
language = language or localeSettings.get('locale')
218218

219-
# sets the lang for eos, using the mapped langauge.
219+
# sets the lang for eos, using the mapped language.
220220
eos.config.set_lang(localeSettings.get_eos_locale())
221221

222222
def defLogging():

0 commit comments

Comments
 (0)