Skip to content

Commit ec8d9b3

Browse files
committed
fix typos
1 parent 8a88150 commit ec8d9b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apple/internal/platform_support.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _DEVICE_FAMILY_VALUES = {
2929
"mac": None,
3030
}
3131

32-
# Align with Migrate apple_common.platform to Starlark implimentaion
32+
# Align with migrated apple_common.platform to Starlark implementation
3333
TARGET_ENVIROMENT = struct(
3434
device = "device",
3535
catalyst = "macabi",

test/starlark_tests/apple_xcframework_tests.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def apple_xcframework_test_suite(name):
361361
tags = [name],
362362
)
363363

364-
# Tests checks respect to platfrom name with ios build for iphonesimulator.
364+
# Test checks respect to platform name with ios build for iphonesimulator.
365365
archive_contents_test(
366366
name = "{}_multiple_infoplist_test_platform_name_iphonesimulator".format(name),
367367
build_type = "device",
@@ -373,7 +373,7 @@ def apple_xcframework_test_suite(name):
373373
tags = [name],
374374
)
375375

376-
# Tests checks respect to platfrom name with ios build for iphoneos.
376+
# Test checks respect to platform name with ios build for iphoneos.
377377
archive_contents_test(
378378
name = "{}_multiple_infoplist_test_platform_name_iphoneos".format(name),
379379
build_type = "device",

0 commit comments

Comments
 (0)