From 8323c1b51efc2c433c699b3e9a5ee6c1aebfb44b Mon Sep 17 00:00:00 2001 From: oshio Date: Wed, 17 Apr 2024 20:54:26 +0900 Subject: [PATCH] Fix typo --- Sources/LicensePlistCore/LicensePlist.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LicensePlistCore/LicensePlist.swift b/Sources/LicensePlistCore/LicensePlist.swift index 6096c86a..724a1b85 100644 --- a/Sources/LicensePlistCore/LicensePlist.swift +++ b/Sources/LicensePlistCore/LicensePlist.swift @@ -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? {