From 8f1de79c70764be2b11c21220e376dfca625aa7c Mon Sep 17 00:00:00 2001 From: Dmytro Lytvynenko Date: Mon, 6 Feb 2023 17:40:28 -0800 Subject: [PATCH] Fix incorrect spelling --- scripts/hostcfgd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hostcfgd b/scripts/hostcfgd index 0e054c04..be2f8ba0 100644 --- a/scripts/hostcfgd +++ b/scripts/hostcfgd @@ -393,7 +393,7 @@ class FeatureHandler(object): with open(feature_systemd_config_file_path, 'w') as feature_systemd_config_file_handler: feature_systemd_config_file_handler.write(feature_systemd_config) - syslog.syslog(syslog.LOG_INFO, "Feautre '{}' systemd config file related to auto-restart is updated!" + syslog.syslog(syslog.LOG_INFO, "Feature '{}' systemd config file related to auto-restart is updated!" .format(feature_name)) try: