Skip to content

Commit dcefb83

Browse files
authored
Merge pull request ninja-build#2461 from atetubou/patch-1
Fix typo: Explaantions -> Explanations
2 parents 0b4b43a + 2f19d3a commit dcefb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_printer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct StatusPrinter : Status {
8989
/// Prints progress output.
9090
LinePrinter printer_;
9191

92-
/// An optional Explaantions pointer, used to implement `-d explain`.
92+
/// An optional Explanations pointer, used to implement `-d explain`.
9393
Explanations* explanations_ = nullptr;
9494

9595
/// The custom progress status format to use.

0 commit comments

Comments
 (0)