Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skw398 committed Apr 17, 2024
1 parent a829aac commit 8323c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LicensePlistCore/LicensePlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class LicensePlist {
}
}

/// Gets the result of attempting to read the `Package.resolved` from ether a Xcode Workspace or Xcode project.
/// Gets the result of attempting to read the `Package.resolved` from either a Xcode Workspace or Xcode project.
/// - note: If an Xcode workspace is found it is preferred over a Xcode project.
private func xcodeFileReadResult(xcworkspacePath: URL, xcodeprojPath: URL) throws -> String? {

Expand Down

0 comments on commit 8323c1b

Please sign in to comment.