Skip to content

Commit a03f5a7

Browse files
committed
spelling: versioned
Signed-off-by: Josh Soref <[email protected]>
1 parent 6801d10 commit a03f5a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/attr/attr_backDeploy.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public func trailingWildcardFunc() {}
283283
public func embeddedWildcardFunc() {}
284284

285285
@_backDeploy(before: _myProject 3.0) // expected-error {{reference to undefined version '3.0' for availability macro '_myProject'}}
286-
public func macroVersionned() {}
286+
public func macroVersioned() {}
287287

288288
@_backDeploy(before: _myProject) // expected-error {{reference to undefined version '0' for availability macro '_myProject'}}
289289
public func missingMacroVersion() {}
@@ -295,11 +295,11 @@ public func unknownMacroMissingVersion() {}
295295

296296
@_backDeploy(before: _unknownMacro 1.0) // expected-warning {{unknown platform '_unknownMacro' for attribute '@_backDeploy'}}
297297
// expected-error@-1 {{expected at least one platform version in '@_backDeploy' attribute}}
298-
public func unknownMacroVersionned() {}
298+
public func unknownMacroVersioned() {}
299299

300300
@available(macOS 11.0, *)
301301
@_backDeploy(before: _unknownMacro 1.0, _myProject 2.0) // expected-warning {{unknown platform '_unknownMacro' for attribute '@_backDeploy'}}
302-
public func knownAndUnknownMacroVersionned() {}
302+
public func knownAndUnknownMacroVersioned() {}
303303

304304
@_backDeploy() // expected-error {{expected 'before:' in '@_backDeploy' attribute}}
305305
// expected-error@-1 {{expected at least one platform version in '@_backDeploy' attribute}}

0 commit comments

Comments
 (0)