diff --git a/SwiftParserCLI/Sources/swift-parser-cli/Commands/PrintDiags.swift b/SwiftParserCLI/Sources/swift-parser-cli/Commands/PrintDiags.swift index 6ba64a3ae54..048ff69880c 100644 --- a/SwiftParserCLI/Sources/swift-parser-cli/Commands/PrintDiags.swift +++ b/SwiftParserCLI/Sources/swift-parser-cli/Commands/PrintDiags.swift @@ -18,7 +18,7 @@ import SwiftParserDiagnostics struct PrintDiags: ParsableCommand, ParseCommand { static var configuration = CommandConfiguration( commandName: "print-diags", - abstract: "Print the diagnostics produced by parsing a soruce file" + abstract: "Print the diagnostics produced by parsing a source file" ) @OptionGroup