diff options
| author | Mark Stapp <mjs.ietf@gmail.com> | 2024-08-15 14:42:11 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 14:42:11 -0400 | 
| commit | fa50fde9541348e80bb2b4835f72db86362fa38e (patch) | |
| tree | 07cb328e799de1e3fc1b61327a9e78e89b20ecc9 /lib | |
| parent | 4451f93d970c291da4efd569e86ddb06d3d769c2 (diff) | |
| parent | baa0a1df5b51160e9b6d4caebcdd2c72ecbbadc5 (diff) | |
Merge pull request #16590 from donaldsharp/spelling_in_master
*: Fix spelling errors found
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/routemap_cli.c | 2 | ||||
| -rw-r--r-- | lib/vty.c | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c index 8e2e497e09..f22d588080 100644 --- a/lib/routemap_cli.c +++ b/lib/routemap_cli.c @@ -937,7 +937,7 @@ DEFPY_YANG(no_set_min_metric, no_set_min_metric_cmd,  	   "no set min-metric [(0-4294967295)]",  	   NO_STR SET_STR  	   "Minimum metric value for destination routing protocol\n" -	   "Minumum metric value\n") +	   "Minimum metric value\n")  {  	const char *xpath =  		"./set-action[action='frr-route-map:set-min-metric']"; @@ -3903,7 +3903,7 @@ static int vty_mgmt_error_notified(struct mgmt_fe_client *client,  	const char *cname = mgmt_fe_client_name(client);  	if (!vty->mgmt_req_pending_cmd) { -		debug_fe_client("Erorr with no pending command: %d returned for client %s 0x%" PRIx64 +		debug_fe_client("Error with no pending command: %d returned for client %s 0x%" PRIx64  				" session-id %" PRIu64 " req-id %" PRIu64  				"error-str %s",  				error, cname, client_id, session_id, req_id, @@ -3914,7 +3914,7 @@ static int vty_mgmt_error_notified(struct mgmt_fe_client *client,  		return CMD_WARNING;  	} -	debug_fe_client("Erorr %d returned for client %s 0x%" PRIx64 +	debug_fe_client("Error %d returned for client %s 0x%" PRIx64  			" session-id %" PRIu64 " req-id %" PRIu64 "error-str %s",  			error, cname, client_id, session_id, req_id, errstr);  | 
