From 29d0c5b28cc91ccd1c4ed9dc945874f463dff887 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 15 Jan 2011 09:55:02 -0500 Subject: [PATCH] fix a few typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 673d689..2da1f25 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Daniel J. Bernstein (creator of qmail and djbdns, among many other useful things). He posted some very terse notes on his web site at one point (there is no date) with the unassuming title, "[Rebuilding target files when source files have changed](http://cr.yp.to/redo.html)." Those notes are -enough information to understand how the system it supposed to work; +enough information to understand how the system is supposed to work; unfortunately there's no code to go with it. I get the impression that the hypothetical "djb redo" is incomplete and Bernstein doesn't yet consider it ready for the real world. @@ -364,7 +364,7 @@ tool that pokes around in there, please ask on the mailing list if we can standardize something for you. -# If a target didn't change, how to I prevent dependents from being rebuilt? +# If a target didn't change, how do I prevent dependents from being rebuilt? For example, running ./configure creates a bunch of files including config.h, and config.h might or might not change from one run to the next.