System-Setup: fix typos

Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
This commit is contained in:
Didier Roche 2022-03-16 12:23:46 +01:00
parent 208d8778c9
commit 09c7210406
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ def wsl_config_update(config_class, root_dir):
config_sections = temp_conf_default[config_type]
config = ConfigParser()
config.BasicInterpolcation = None
config.BasicInterpolation = None
os.makedirs(os.path.join(root_dir, "etc"), exist_ok=True)
conf_file = os.path.join(root_dir, conf_type_to_file[config_type][1:])

View File

@ -43,7 +43,7 @@ class WSLConfigurationAdvancedForm(Form):
automount_enabled = \
BooleanField(_("Enable Auto-Mount"),
help=_("Whether the Auto-Mount freature is enabled. "
help=_("Whether the Auto-Mount feature is enabled. "
"This feature allows you to mount Windows drive"
" in WSL."))
automount_mountfstab = \