Skip to content

Commit 46c39ad

Browse files
committed
fixes typo in a help string
1 parent f8be751 commit 46c39ad

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)