diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 13:51:53 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 16:28:59 +0100 |
commit | 7f3bff62999f927546c6ef7ee6133a89a2bb9cd6 (patch) | |
tree | 8c1437e32419500306ad963fb4d6b3984cfb078e | |
parent | 427c835e7846a4070ec77e6439460944a1962fca (diff) | |
download | justbuild-7f3bff62999f927546c6ef7ee6133a89a2bb9cd6.tar.gz |
just-mrrc(5): fix typo
-rw-r--r-- | share/man/just-mrrc.5.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just-mrrc.5.md b/share/man/just-mrrc.5.md index 50abf227..258a804a 100644 --- a/share/man/just-mrrc.5.md +++ b/share/man/just-mrrc.5.md @@ -160,7 +160,7 @@ The just-mrrc is given by a JSON object. an existing file, this file is read as an additional rc file overlaying the given rc file in the specified order; the value of `"rc files"` in the overlaying files is ignored. - In this way, an rc file commited to a repository can be allowed + In this way, an rc file committed to a repository can be allowed to set a sensible configuration, remote-execution and serve end points, etc. This is particularly useful when simultaneously working on several projects with different settings. |