diff --git a/Sources/ProjectSpec/SpecValidationError.swift b/Sources/ProjectSpec/SpecValidationError.swift index 6564067a6..1840a9bd1 100644 --- a/Sources/ProjectSpec/SpecValidationError.swift +++ b/Sources/ProjectSpec/SpecValidationError.swift @@ -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)" } } }