chiark / gitweb /
README.md: Spelling fixes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Jun 2020 18:40:59 +0000 (19:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Jun 2020 18:40:59 +0000 (19:40 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index f2c4723ba589f4005a55a7e18c0008b509a3432e..b1594815d4e5a3c3185df6124025136a500e6c9a 100644 (file)
--- 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