Skip to content

Commit 5953e16

Browse files
committed
spelling: framework
Signed-off-by: Josh Soref <[email protected]>
1 parent d4b4cd3 commit 5953e16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/attr/attr_backDeploy_evolution.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// RUN: %empty-directory(%t/SDK_ABI)
3838
// RUN: %empty-directory(%t/SDK_BD)
3939

40-
// ---- (1) Build famework with BackDeploy 2.0 in the past
40+
// ---- (1) Build framework with BackDeploy 2.0 in the past
4141
// RUN: mkdir -p %t/SDK_ABI/Frameworks/BackDeployHelper.framework/Modules/BackDeployHelper.swiftmodule
4242
// RUN: %target-build-swift-dylib(%t/SDK_ABI/Frameworks/BackDeployHelper.framework/BackDeployHelper) \
4343
// RUN: -emit-module-path %t/SDK_ABI/Frameworks/BackDeployHelper.framework/Modules/BackDeployHelper.swiftmodule/%module-target-triple.swiftmodule \
@@ -64,7 +64,7 @@
6464
// RUN: %target-codesign %t/test_ABI
6565
// RUN: %target-run %t/test_ABI %t/SDK_ABI/Frameworks/BackDeployHelper.framework/BackDeployHelper | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-ABI %s
6666

67-
// ---- (4) Build famework with BackDeploy 2.0 in the future
67+
// ---- (4) Build framework with BackDeploy 2.0 in the future
6868
// RUN: mkdir -p %t/SDK_BD/Frameworks/BackDeployHelper.framework/Modules/BackDeployHelper.swiftmodule
6969
// RUN: %target-build-swift-dylib(%t/SDK_BD/Frameworks/BackDeployHelper.framework/BackDeployHelper) \
7070
// RUN: -emit-module-path %t/SDK_BD/Frameworks/BackDeployHelper.framework/Modules/BackDeployHelper.swiftmodule/%module-target-triple.swiftmodule \
@@ -91,7 +91,7 @@
9191
// RUN: %target-codesign %t/test_BD
9292
// RUN: %target-run %t/test_BD %t/SDK_BD/Frameworks/BackDeployHelper.framework/BackDeployHelper | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-BD %s
9393

94-
// ---- (7) Re-build famework with the back deployed APIs stripped
94+
// ---- (7) Re-build framework with the back deployed APIs stripped
9595
// RUN: mkdir -p %t/SDK_BD/Frameworks/BackDeployHelper.framework/Modules/BackDeployHelper.swiftmodule
9696
// RUN: %target-build-swift-dylib(%t/SDK_BD/Frameworks/BackDeployHelper.framework/BackDeployHelper) \
9797
// RUN: -emit-module-path %t/SDK_BD/Frameworks/BackDeployHelper.framework/Modules/BackDeployHelper.swiftmodule/%module-target-triple.swiftmodule \

0 commit comments

Comments
 (0)