Skip to content

Commit e24e8ba

Browse files
authored
Merge pull request #58570 from jsoref/spelling-test-multifile
Spelling test multifile
2 parents deb5b50 + 5e5f0b6 commit e24e8ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/multifile/objc_closure_escape/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import StdlibUnittest
1616
var testSuite = TestSuite("ObjectiveCClosureEscape")
1717

1818

19-
public func couldActuallyEscape(_ closure: @escaping () -> (), _ villian: DangerousEscaper) {
20-
villian.mightBeNaughty(closure)
19+
public func couldActuallyEscape(_ closure: @escaping () -> (), _ villain: DangerousEscaper) {
20+
villain.mightBeNaughty(closure)
2121
}
2222

2323
class Harmless : DangerousEscaper {

test/multifile/synthesized-accessors/two-modules/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _ = ()
3434

3535
public func launchToday(fc: FinalCountdown) {
3636
// Check if the setter is not transparent and therefore does not try to
37-
// reference the hidden offet variable symbol in the module.
37+
// reference the hidden offset variable symbol in the module.
3838
fc.count = 27
3939
}
4040

0 commit comments

Comments
 (0)