Skip to content

Commit

Permalink
Merge pull request swiftlang#2309 from icanzilb/marin_todorov/command…
Browse files Browse the repository at this point in the history
…-help-typo-fix

Fixes a typo in the cli abstract string
  • Loading branch information
bnbarham authored Oct 23, 2023
2 parents f8be751 + 46c39ad commit 8d5fab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d5fab7

Please sign in to comment.