Fix typos.

This commit is contained in:
Bruce Mitchener
2024-03-16 23:49:02 +07:00
parent 6ef7be293a
commit 0a81ca8887
20 changed files with 37 additions and 37 deletions

View File

@@ -695,7 +695,7 @@ TEST(YogaTest, margin_auto_bottom_and_top_justify_center) {
YGConfigFree(config);
}
TEST(YogaTest, margin_auto_mutiple_children_column) {
TEST(YogaTest, margin_auto_multiple_children_column) {
const YGConfigRef config = YGConfigNew();
const YGNodeRef root = YGNodeNewWithConfig(config);
@@ -769,7 +769,7 @@ TEST(YogaTest, margin_auto_mutiple_children_column) {
YGConfigFree(config);
}
TEST(YogaTest, margin_auto_mutiple_children_row) {
TEST(YogaTest, margin_auto_multiple_children_row) {
const YGConfigRef config = YGConfigNew();
const YGNodeRef root = YGNodeNewWithConfig(config);