From 5f6042d92f18bf3d1d3faafbb7525bf1eff43583 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Mon, 9 Nov 2020 16:35:16 +0100 Subject: [PATCH] Fix 'emoving' typo --- lib/remote/configobjectutility.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/remote/configobjectutility.cpp b/lib/remote/configobjectutility.cpp index 3bc67910c..4ac552a68 100644 --- a/lib/remote/configobjectutility.cpp +++ b/lib/remote/configobjectutility.cpp @@ -195,7 +195,7 @@ bool ConfigObjectUtility::CreateObject(const Type::Ptr& type, const String& full if (!ConfigItem::CommitItems(ascope.GetContext(), upq, newItems, true)) { if (errors) { Log(LogNotice, "ConfigObjectUtility") - << "Failed to commit config item '" << fullName << "'. Aborting and emoving config path '" << path << "'."; + << "Failed to commit config item '" << fullName << "'. Aborting and removing config path '" << path << "'."; Utility::Remove(path); @@ -218,7 +218,7 @@ bool ConfigObjectUtility::CreateObject(const Type::Ptr& type, const String& full if (!ConfigItem::ActivateItems(upq, newItems, true, true, false, cookie)) { if (errors) { Log(LogNotice, "ConfigObjectUtility") - << "Failed to activate config object '" << fullName << "'. Aborting and emoving config path '" << path << "'."; + << "Failed to activate config object '" << fullName << "'. Aborting and removing config path '" << path << "'."; Utility::Remove(path);