diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-27 12:25:51 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-27 13:19:49 +0200 |
commit | 3f3eb2347593aee2e09e9821dfe49daa33b63b35 (patch) | |
tree | 0dbbf29f8102305dd0f6e8cc350237f8e4e9d383 | |
parent | 9a4697a2c948a4bcb4a2232a371b6cb3c178e20b (diff) | |
download | rules-rust-3f3eb2347593aee2e09e9821dfe49daa33b63b35.tar.gz |
docs: Fix small typos
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | rules/rust/RULES | 2 | ||||
-rw-r--r-- | share/man/import-cargo.1.md | 8 |
3 files changed, 6 insertions, 6 deletions
@@ -103,7 +103,7 @@ host configuration. | Field | Description | | ----- | ----------- | -| `"args"` | Additonal arguments to be passed when running the test. | +| `"args"` | Additional arguments to be passed when running the test. | | `"cargo_features"` | List of cargo features this test requires to be enabled. | | `"crate_root"` | The crate to be fed to the Rust compiler. It must evaluate to a single artifact/file. | | `"data"` | Any files and directories the test binary needs when running. | diff --git a/rules/rust/RULES b/rules/rust/RULES index ebdf34e..147cf72 100644 --- a/rules/rust/RULES +++ b/rules/rust/RULES @@ -679,7 +679,7 @@ [ "The name of the test being built. Note that during execution," , "the test binary will be restaged to \"test\"." ] - , "args": ["Additonal arguments to be passed when running the test."] + , "args": ["Additional arguments to be passed when running the test."] , "cargo_features": ["List of cargo features this test requires to be enabled."] , "crate_root": diff --git a/share/man/import-cargo.1.md b/share/man/import-cargo.1.md index c3898f5..5ebbfce 100644 --- a/share/man/import-cargo.1.md +++ b/share/man/import-cargo.1.md @@ -13,11 +13,11 @@ SYNOPSIS DESCRIPTION =========== -Given a physical repository where one sudirectory has the file +Given a physical repository where one subdirectory has the file layout of a crate and a **`just-mr-repository-config`**(5) on standard input, - - extend the repository configuration by a logical repsitory for - that cate, as well as logical repositories for all the transitive + - extend the repository configuration by a logical repository for + that crate, as well as logical repositories for all the transitive dependencies as reported by **`cargo`**(1) when asked for the development dependencies of the given crate, - generate the needed target files in the directory *`etc/deps-rust`* @@ -54,7 +54,7 @@ content-fixed anyway. **`-t`**, **`--recompute-targets`** Recompute all target files, even if cached. -**`-r`**, **`--recomptue-repos`** +**`-r`**, **`--recompute-repos`** Recompute all repositories, even if cached. **`-s`**, **`--recompute-sources`** |