Skip to content

Commit 9608410

Browse files
authored
DiagnosticsEngine.swift: fix comment typo (#383)
`diagnositcs` -> `diagnostics`
1 parent 000c1da commit 9608410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/DiagnosticsEngine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public final class DiagnosticsEngine: CustomStringConvertible {
8484

8585
public typealias DiagnosticsHandler = (Diagnostic) -> Void
8686

87-
/// Queue to protect concurrent mutations to the diagnositcs engine.
87+
/// Queue to protect concurrent mutations to the diagnostics engine.
8888
private let queue = DispatchQueue(label: "\(DiagnosticsEngine.self)")
8989

9090
/// Queue for dispatching handlers.

0 commit comments

Comments
 (0)