Skip to content

Commit 0f78f00

Browse files
authored
Spelling validation test (#58561)
1 parent d4843a0 commit 0f78f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/BuildSystem/extractsymbols-dry-run-does-not-fail.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# in dry-run mode the symbol extraction
66
# still runs some real commands against the installation
77
# and symbol directories (e.g. find and cpio)
8-
# This test explictly checks that such commands
8+
# This test explicitly checks that such commands
99
# do not cause build-script to fail when run
1010
# against empty directories (which is the typical
1111
# scenario in dry-run)

validation-test/Evolution/Inputs/backward_deploy_protocol.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public struct NewConforms {
4949
}
5050
#endif
5151

52-
// Protocol and type are always available, conformace is weak-linked
52+
// Protocol and type are always available, conformance is weak-linked
5353
public struct NewConformanceConforms {
5454
public init() {}
5555
}

0 commit comments

Comments
 (0)