summaryrefslogtreecommitdiffstats
path: root/src/build.cc
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2020-07-05 13:57:33 (GMT)
committerJan Niklas Hasse <jhasse@bixense.com>2020-07-07 11:00:22 (GMT)
commit6c5e886aacd98766fe43539c2c8ae7f3ca2af2aa (patch)
tree65675f90debdf1a963c91bfa871d7f723f1e19cc /src/build.cc
parent48a9fb5d0de6f7bb850863d122ba736b62546746 (diff)
downloadNinja-6c5e886aacd98766fe43539c2c8ae7f3ca2af2aa.zip
Ninja-6c5e886aacd98766fe43539c2c8ae7f3ca2af2aa.tar.gz
Ninja-6c5e886aacd98766fe43539c2c8ae7f3ca2af2aa.tar.bz2
Fix typos
Diffstat (limited to 'src/build.cc')
-rw-r--r--src/build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.cc b/src/build.cc
index a16593b..db28e65 100644
--- a/src/build.cc
+++ b/src/build.cc
@@ -183,7 +183,7 @@ void BuildStatus::BuildLoadDyndeps() {
// it considers a portion of the graph to be out of date. Normally
// this is done before the build starts, but our caller is about to
// load a dyndep file during the build. Doing so may generate more
- // exlanation lines (via fprintf directly to stderr), but in an
+ // explanation lines (via fprintf directly to stderr), but in an
// interactive console the cursor is currently at the end of a status
// line. Start a new line so that the first explanation does not
// append to the status line. After the explanations are done a