Formatting

This commit is contained in:
Olof hagsand 2024-05-19 10:04:20 +02:00
parent 37e9429ec8
commit 7a842846db
4 changed files with 2 additions and 5 deletions

View file

@ -110,7 +110,7 @@ typedef enum clixon_auth_type clixon_auth_type_t;
/*! Common plugin function names, function types and signatures.
*
* This plugin code is exytended by backend, cli, netconf, restconf plugins
* This plugin code is extended by backend, cli, netconf, restconf plugins
* Cli see cli_plugin.c
* Backend see config_plugin.c
*/

View file

@ -354,7 +354,7 @@ yang_modules_state_get(clixon_handle h,
}
else { /* No cache -> build the tree */
if ((cb = cbuf_new()) == NULL){
clixon_err(OE_UNIX, 0, "clicon buffer");
clixon_err(OE_UNIX, 0, "cligen buffer");
goto done;
}
/* Build a cb string: <modules-state>... */