diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-03 19:59:22 +0200 |
---|---|---|
committer | Jan Niklas Hasse <jhasse@bixense.com> | 2021-11-08 08:55:59 +0100 |
commit | 112f85e1536b82d5f0bd84ceea5df4634151dfa9 (patch) | |
tree | 0c62052a3cd8d1703bde6c4027bc198516dd5b34 | |
parent | 0cd88287a4cd77d11c92c7a9b44bb15fb787a1ee (diff) | |
download | ninja-112f85e1536b82d5f0bd84ceea5df4634151dfa9.tar.gz |
Fix typo
-rw-r--r-- | doc/manual.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 2b948b9..67f89a1 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -294,7 +294,7 @@ of a generator-target) implicitly, but does not have an explicit or order-only dependency path to the generator-target, is considered broken. + The tool's findings can be verified by trying to build the listed targets in -a clean outdir without buidling any other targets. The build should fail for +a clean outdir without building any other targets. The build should fail for each of them with a missing include error or equivalent pointing to the generated file. _Available since Ninja 1.11._ |