Skip to content

Commit f4aa139

Browse files
owenvjakepetroules
andauthored
Update Sources/SWBCore/SpecImplementations/Tools/PrelinkedObjectLink.swift
Co-authored-by: Jake Petroules <jake.petroules@apple.com>
1 parent 428855d commit f4aa139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/SpecImplementations/Tools/PrelinkedObjectLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class PrelinkedObjectLinkSpec: CommandLineToolSpec, SpecImplementat
4242
let version: Version
4343
if cbc.scope.evaluate(BuiltinMacros.IS_ZIPPERED) && buildPlatform == .macCatalyst {
4444
guard let correspondingVersion = sdk.versionMap["macOS_iOSMac"]?[sdkVersion] else {
45-
delegate.error("'\(sdk.canonicalName)' us missing a Mac Catalyst version mapping for '\(sdkVersion)'")
45+
delegate.error("'\(sdk.canonicalName)' is missing a Mac Catalyst version mapping for '\(sdkVersion)'")
4646
continue
4747
}
4848
version = correspondingVersion

0 commit comments

Comments
 (0)