]> granicus.if.org Git - icinga2/commitdiff
Fix spelling mistake in ConfigItem::ActivateItems.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 15 Dec 2013 17:47:11 +0000 (18:47 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 15 Dec 2013 17:47:11 +0000 (18:47 +0100)
Fixes #5334

lib/config/configitem.cpp

index f2b2c72e42f5dfebeecf1be3231b453459f8f658..79bbfa0e8d0a4b92c89e3fcfaab89a3a322a0e23 100644 (file)
@@ -281,7 +281,7 @@ bool ConfigItem::ActivateItems(bool validateOnly)
        if (ConfigCompilerContext::GetInstance()->HasErrors())
                return false;
 
-       Log(LogInformation, "config", "Comitting config items");
+       Log(LogInformation, "config", "Committing config items");
 
        BOOST_FOREACH(const ItemMap::value_type& kv, m_Items) {
                upq.Enqueue(boost::bind(&ConfigItem::Commit, kv.second));