From 09c7210406077989418787ecbca23f61456dd2c2 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Wed, 16 Mar 2022 12:23:46 +0100 Subject: [PATCH] System-Setup: fix typos Co-authored-by: Jean-Baptiste Lallement --- system_setup/common/wsl_conf.py | 2 +- system_setup/ui/views/wslconfadvanced.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system_setup/common/wsl_conf.py b/system_setup/common/wsl_conf.py index 4a8fc45e..41f9aede 100644 --- a/system_setup/common/wsl_conf.py +++ b/system_setup/common/wsl_conf.py @@ -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:]) diff --git a/system_setup/ui/views/wslconfadvanced.py b/system_setup/ui/views/wslconfadvanced.py index c617f54a..5f2ce247 100644 --- a/system_setup/ui/views/wslconfadvanced.py +++ b/system_setup/ui/views/wslconfadvanced.py @@ -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 = \