Skip to content

Commit 6461833

Browse files
committed
tree schema BUGFIX typo
1 parent 42c1e70 commit 6461833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree_schema_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ lysp_load_module_check(const struct ly_ctx *ctx, struct lysp_module *mod, struct
708708
if (info->name) {
709709
/* check name of the parsed model */
710710
if (strcmp(info->name, name)) {
711-
LOGERR(ctx, LY_EINVAL, "Unexpected module \"%s\" parsed instead of \"%s\").", name, info->name);
711+
LOGERR(ctx, LY_EINVAL, "Unexpected module \"%s\" parsed instead of \"%s\".", name, info->name);
712712
return LY_EINVAL;
713713
}
714714
}

0 commit comments

Comments
 (0)