Skip to content

Commit 8d5fab7

Browse files
authored
Merge pull request #2309 from icanzilb/marin_todorov/command-help-typo-fix
Fixes a typo in the cli abstract string
2 parents f8be751 + 46c39ad commit 8d5fab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftParserCLI/Sources/swift-parser-cli/Commands/PrintDiags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import SwiftParserDiagnostics
1818
struct PrintDiags: ParsableCommand, ParseCommand {
1919
static var configuration = CommandConfiguration(
2020
commandName: "print-diags",
21-
abstract: "Print the diagnostics produced by parsing a soruce file"
21+
abstract: "Print the diagnostics produced by parsing a source file"
2222
)
2323

2424
@OptionGroup

0 commit comments

Comments
 (0)