Fix a couple of typos in the README.

This commit is contained in:
Jonathan Wakely 2010-12-14 17:56:18 -08:00 committed by Avery Pennarun
commit fabe969fd8

View file

@ -264,7 +264,7 @@ the target filename atomically if your .do file returns a
zero (success) exit code. zero (success) exit code.
In a file called `chicken.a.b.c.do` that builds a file called In a file called `chicken.a.b.c.do` that builds a file called
`chicken.a.b.c`, $1 is `chicken.a.b.c`, $2 is blank, and $2 is a `chicken.a.b.c`, $1 is `chicken.a.b.c`, $2 is blank, and $3 is a
temporary name like `chicken.a.b.c.tmp`. You might have expected temporary name like `chicken.a.b.c.tmp`. You might have expected
$1 to be just `chicken`, but that's not possible, because $1 to be just `chicken`, but that's not possible, because
redo doesn't know which portion of the filename is the redo doesn't know which portion of the filename is the
@ -352,7 +352,7 @@ with dependency information.
The format of the `.redo` directory is undocumented because The format of the `.redo` directory is undocumented because
it may change at any time. If you really need to make a it may change at any time. If you really need to make a
took that pokes around in there, please ask on the mailing tool that pokes around in there, please ask on the mailing
list if we can standardize something for you. list if we can standardize something for you.