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

index 05486ef4041dcd60b5cfe87d35ddb4e920c2e0fd..6be10144feaf3314b1ecf91fee7c7206b48f84d8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -214,7 +214,7 @@ Command-line options
        Controls whether we add cargo command line options relating to
        finding `Cargo.toml`, to the command to run.
 
-       Default is to add them iff we are doing an out-of-tree build,
+       Default is to add them if we are doing an out-of-tree build,
        unless we are doing the dance to update the `Cargo.lock` (see
        above) in which case the only relevant files are to be found in
        the build directory).
@@ -312,11 +312,11 @@ Limitations and bugs
     not so easy to fix; we would want the existing algorithm but a
     fallback for this case.
 
-  * Cargo.nail is unconditionally looked for in `..`.  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 one file specifying directories and
-    packages.
+  * 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
+    one file specifying directories and packages.
 
   * Contributions to address these would be welcome, of course.  If you
     plan to do substantial work, please do get in touch with a sketch of