Skip to content

Commit

Permalink
Update SpecValidationError.swift (#1439)
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
Lutzifer committed Feb 13, 2024
1 parent 87a275f commit d935e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ProjectSpec/SpecValidationError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public struct SpecValidationError: Error, CustomStringConvertible {
case let .duplicateDependencies(target, dependencyReference):
return "Target \(target.quoted) has the dependency \(dependencyReference.quoted) multiple times"
case let .invalidPluginPackageReference(plugin, package):
return "Plugin \(plugin) has invalide package reference \(package)"
return "Plugin \(plugin) has invalid package reference \(package)"
}
}
}
Expand Down

0 comments on commit d935e41

Please sign in to comment.