Fix typos. (#1629)

Summary:
This fixes a variety of spelling mistakes in file names, identifiers, and comments.

Pull Request resolved: https://github.com/facebook/yoga/pull/1629

Reviewed By: NickGerleman

Differential Revision: D54987359

Pulled By: yungsters

fbshipit-source-id: 6b7ca20f4855f5f654036672bc10f8b079288acd
This commit is contained in:
Bruce Mitchener
2024-03-19 02:52:40 -07:00
committed by Facebook GitHub Bot
parent 6ef7be293a
commit 9dcd8ba9dc
20 changed files with 49 additions and 47 deletions

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*
* clang-format off
* @generated SignedSource<<3a026da468597b5e2d913abacbee7b3c>>
* @generated SignedSource<<6fd9f96e80468c69192ce2a29444b734>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGJustifyContentTest.html
*/
@@ -834,7 +834,7 @@ TEST(YogaTest, justify_content_column_min_height_and_margin) {
YGConfigFree(config);
}
TEST(YogaTest, justify_content_colunn_max_height_and_margin) {
TEST(YogaTest, justify_content_column_max_height_and_margin) {
const YGConfigRef config = YGConfigNew();
const YGNodeRef root = YGNodeNewWithConfig(config);

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*
* clang-format off
* @generated SignedSource<<bec1e35599820ff8effa6f42a356e4f4>>
* @generated SignedSource<<52e260344bf94a7d6afb0066b8b9e1b9>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGMarginTest.html
*/
@@ -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);