From 3f6e5f5e70617dd1af631f15e3b6cc3bec326795 Mon Sep 17 00:00:00 2001 From: Aidan Holm Date: Sat, 28 Mar 2020 20:59:02 +0800 Subject: [PATCH] Fix typo. --- docs/cookbook/redoconf-simple/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/redoconf-simple/index.md b/docs/cookbook/redoconf-simple/index.md index aafaee4..98f2e6e 100644 --- a/docs/cookbook/redoconf-simple/index.md +++ b/docs/cookbook/redoconf-simple/index.md @@ -234,7 +234,7 @@ files in the source directory. But that's not quite right either. What does it mean, if I have a `hello.cc` source file, and I type `redo hello.o` in the source directory? Nothing good. The source directory isn't where `hello.o` is supposed to end up. So we want to prevent that from even -trying work work. +trying to work. Conversely, some targets do *not* depend on the particular output platform. For example, if you want to generate a list of all source files in the