Description: Fix typo in a rtrmgr error message
Author: Dhionel Díaz <ddiaz@cenditel.gob.ve>
Last-Update: 2015-09-11
Index: xorp-1.8.6~wip.20160217/rtrmgr/master_conf_tree_node.cc
===================================================================
--- xorp-1.8.6~wip.20160217.orig/rtrmgr/master_conf_tree_node.cc	2013-08-14 19:35:45.000000000 +0100
+++ xorp-1.8.6~wip.20160217/rtrmgr/master_conf_tree_node.cc	2016-07-03 12:33:19.600135612 +0100
@@ -458,7 +458,7 @@ MasterConfigTreeNode::commit_changes(Tas
 			    error_msg = "Something went wrong.\n";
 			    error_msg += c_format("The problem was with \"%s\"\n",
 						  path().c_str());
-			    error_msg += "WARNING: Partially commited changes exist\n";
+			    error_msg += "WARNING: Partially committed changes exist\n";
 			    XLOG_WARNING("%s\n", error_msg.c_str());
 			    return false;
 			}
