Skip to content

Commit 47768b1

Browse files
committed
doc BUGFIX typos
1 parent 9d64cd6 commit 47768b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema_compile_node.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ lys_compile_type_enums(struct lysc_ctx *ctx, const struct lysp_type_enum *enums_
15201520
}
15211521
}
15221522

1523-
/* save highest value for auto assing */
1523+
/* save highest value for auto assign */
15241524
if (highest_value < cur_val) {
15251525
highest_value = cur_val;
15261526
}
@@ -1555,7 +1555,7 @@ lys_compile_type_enums(struct lysc_ctx *ctx, const struct lysp_type_enum *enums_
15551555
}
15561556
}
15571557

1558-
/* save highest position for auto assing */
1558+
/* save highest position for auto assign */
15591559
if (highest_position < cur_pos) {
15601560
highest_position = cur_pos;
15611561
}

0 commit comments

Comments
 (0)