From 46c39ad52efdfe9533b67767ca7490a26db00324 Mon Sep 17 00:00:00 2001 From: Marin Todorov Date: Sun, 22 Oct 2023 11:16:36 +0200 Subject: [PATCH] fixes typo in a help string --- .../Sources/swift-parser-cli/Commands/PrintDiags.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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