From: Ian Jackson Date: Thu, 18 Jun 2020 18:40:59 +0000 (+0100) Subject: README.md: Spelling fixes X-Git-Tag: nailing-cargo/1.0.0~168 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=706ba85b475019d2a431f072ead973435cdcb829;p=nailing-cargo.git README.md: Spelling fixes Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index f2c4723..b159481 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ How nailing-cargo helps with using local crates nailing-cargo temporarily edits all the `Cargo.toml` files in all the subdirectories you mention, to refer to each other; then it runs -cargo; and then it puts eveyrthing back. +cargo; and then it puts everything back. Telling nailing-cargo how to massage Cargo.toml ----------------------------------------------- @@ -154,7 +154,7 @@ The architecture names are quite long and inconvenient. A simple shell alias would help a lot, except that cargo rejects `--target=` when it thinks it's not needed. -In your nailing-cargo config, you can write soemthing like +In your nailing-cargo config, you can write something like `arch.RPI='arm-unknown-linux-gnueabihf'`. Then `nailing-cargo -ARPI` will DTRT. In fact, you do not even need to specify that particular arch alias, since it is built-in to nailing-cargo. @@ -175,7 +175,7 @@ Command-line options * `-v`: Increase verbosity. Default is 1. - * `-q`: Set verbosity ot 0. + * `-q`: Set verbosity to 0. * `-D`: Increase amount of debugging dump. @@ -315,7 +315,7 @@ Limitations and bugs * Cargo.nail is unconditionally looked for in the parent directory. Ideally should be configurable, and also perhaps be able to combine multiple Cargo.nail files? Relatedly, although - nailing-cargo can read multiple config filos, it can only handle + nailing-cargo can read multiple config files, it can only handle one file specifying directories and packages. * Contributions to address these would be welcome, of course. If you